.embed-HP {
    width: 35%;
}
.promovideo {
    text-shadow: 4px 4px 2px rgb(149 51 37);
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: .8px;
    font-family: refrigerator-deluxe,sans-serif;
    font-weight: 800;
}
@media (max-width:991px) {
    .promovideo {
        font-size: 3rem;
    }
}
@media (max-width:576px) {
    .promovideo {
        font-size: 2rem;
    }
}

.partners_bottom {
    border-top: 1px solid #1e272b;
}

.typography img[style*="float: left"], .typography img[style*="float:left"] { margin: 0px 20px 20px 0px !important; }
.typography img[style*="float: right"], .typography img[style*="float:right"] { margin: 0px 0 20px 20px !important; }

/* HP preparation */ 
.section_player_second {
    margin-top: 36px;
    height: 100%;
}
.section_player_second .container {
    background:url('../../img/bg-players.jpg') bottom / contain;
    background-repeat: no-repeat;
    padding-bottom: min(400px, 30vw);
}
.information-top {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.section_player_second a:not(.btn) {
    color: black;
    line-height: 1.25;
    letter-spacing: .8px;
    font-size: 32px;
    font-weight: 800;
    font-family: refrigerator-deluxe,sans-serif;

}
.section_player_second p {
    line-height: 1.2;
}
.section_player_second .col-6:first-child img {
    position: relative;
    top: 68px;
    right: -80px;
    width: 60px;    
}
.section_player_second .col-6:nth-child(2) img  {
    position: relative;
    top: 68px;
    left: -80px;
    width: 60px;    
}
.topstory {
    margin-bottom: 0!important;
}
.information .row {
    align-content: flex-start;
}
@media (max-width:1315px) {
    .section_player_second a {
        font-size: 16px;
    }
    .section_player_second p {
        line-height: 1.1;
        font-size: 14px;
    }
}

@media (max-width:1199px) {
 
    .section_player_second .col-6:first-child img, .section_player_second .col-6:nth-child(2) img {
        width: 30px;
    }
}
@media (max-width:991px) {
 
    .section_player_second .col-6:first-child img, .section_player_second .col-6:nth-child(2) img {
        position: relative;
        top: 10px; left: 0;
        width: 22px;
    }
    .information-top h2 {
        font-size: 24px;
    }
}
@media (max-width:767px) {
    .section_player_second a {
        font-size: 14px;
    }
    .section_player_second p {
        font-size: 12px;
    }
}
@media (max-width:480px) {
    .information-top h2 {
        font-size: 18px;
    }
}

.match_block {
    height: 300px;
}
@media (max-width:575px) {
    .match_block {
        height: 220px;
    }
}

header::before {
    background: #000;
}

.section_player_stats .number {
    color: #fff;
}

.section_player_second .btn {
    font-size: 24px;
}