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

.profile{

}

@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;
    }
}