@media only screen and (max-width: 900px) {
    .wrapper{
        width: 100%;
    }
    .bg-item1{
        width: auto;
        max-height: 250px;
    }
}
@media only screen and (max-width: 800px) {
    #player{
        width:500px;
    }
}

@media only screen and (max-width: 600px) {
    .logos img{
        max-width: 80px;
        max-height: 80px;
    }
    .contest .contest-details p{
        min-height: 0;
    }
    #player{
        width:400px;
    }
    .play-video{
        position: relative;
        top: auto;
        margin-bottom: 10px;
    }
    .contest{
        width: 100%;
        padding: 0;
        float: none;
        text-align: center;
        margin:0 auto 20px;
    }
    .bg-item1{
        display: none;
    }
    .bg-item1-mob{
        display: block;
    }
    .logos.in-footer{
        display: none;
    }
    .logos.out-footer{
        display: block;
        position: absolute;
        bottom: 45px;
    }
    header .menu li{
        display: block;
        margin-bottom: 5px;
    }header .menu{
        position: relative;
    }
}
@media only screen and (max-width: 480px) {
    #player{
        width:300px;
    }

}