/* Yellow background colour */

body {
    background-color: #ffe900;
}

#video-container {
    height: 40%;
    width: 100%;
}

#video-frame {
    padding-top: 40px;
    width: 100%;
    height: 100%;
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    #video-container {
        height: 50%;
    }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    #video-container {
        height: 75%;
    }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}