#player-container{
    height: 480px;
    text-align: center;
    width: 100%;
}


@media all and (max-width: 1024px) {
    #player-container{
        height: 280px;
    }
}

.player{
    height: 480px;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 1024px) {
    .player{
        height: 280px;
    }
}
#player-container{
    min-height: 300px;
    margin: 0 auto;
}

#player-container iframe{
    width: 100%;
    height: 300px;
}

@media all and (max-width: 980px) {
    #player-container{
        min-width:100px;
        max-width:500px;
        min-height: 300px;
    }

    #player-container iframe{
        width: 100%;
        height: 100%;
        height: 300px;
    }
}