body {margin:0;}
.videoContainer {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width:100%;
}
.videoContainer iframe {
    position: absolute;
    top: 0; left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.brand{
    color:white;
}
