body {
    background-color: #fabb00;
}

#wrong {
    color: red
}

@media only screen and (max-width:1450px) {
    .content {
        width: 100% !important;
    }

    .control {
        color: gray;
        position: absolute !important;
        opacity: 0.4;
    }

    .control:hover {
        opacity: 0.8;
    }

    .control.right {
       right: 0;
    }

    .download_div {
        display: -webkit-box;
    }
}   

#videoPlayer {
    width: 100%;
}

.buttonDiv {
    padding: 5px 5px 5px 5px;
}