.content {
    width: 100%;
    margin: 0px auto;
}

.embed-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
			
.embed-container iframe {
    width: 101%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
}
.panel {
    
    background-color: #0E4581 !important;
   
}



