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


.player{
    height: 480px;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#player-container{
    min-width:100px;
    max-width:500px;
    min-height: 500px;
}

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

    #player-container{
        min-width:100px;
        max-width:500px;
        min-height: 300px;
    }

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