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

#player-container iframe{
    min-height: 480px;
    background: none;
}

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

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

.player iframe{
    text-align: center;
}

@media all and (max-width: 1024px) {
    .player{
        height: 480px;
    }
    #player-container iframe{
        min-height: 480px;
    }
}

@media all and (max-width: 560px) {
    .player{
        height: 280px;
    }
    #player-container iframe{
        min-height: 280px;
    }
}