.row {
    display: block;
}
iframe {
    border: transparent;
    height: 550px;
    background: transparent;
}
#homepage_content{display: none;text-align:center;}
.video-title{
    padding: 25px 0 20px;
}
button.downloadVideo {
    margin: 30px 0 0 0;
    border-radius: 0;
    width: 30%;
}
.hideVideoBtn{opacity: 0.5;pointer-events: none;}
body{
    background-image: url(../images/video-platform-background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #00447C;
    background: #f5f5f5 url(../images/background_icon.png) repeat
}