@media (min-width:768px){ #loginM{display:none}}
@media (max-width:767px){#loginD{display:none}}

.page-header {
    background: #F2F2F2 url("../images/sections/header-bg.jpg") no-repeat scroll 50% top;
  
}

.content {
    width: 100%;
    margin: 0px auto;

}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 70em;
    overflow: hidden;
    position: relative;
}
			
.embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}