 .size-img-fluid {
    max-width: 100%;
    height: auto;
 }
 
@media (min-width: 250px) {

 .top_games__img--holder img {
     max-width: 70%;
 }
    .no-padd-m {
        padding-left: 0px;
        padding-right: 0px;
    }

    .b-header--main-block {
        background: url("../img/header_bg.jpg") no-repeat;
        padding: 5px;
    }
    .logo_img {
        max-width: 40%;
    }
    .b-header--main-block {
        background-size: contain;
    }
    .top_games--col:before {
      display: none;
    }

    .menu_overlay {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;

        min-height: 100%;
        background: #00000073;
        z-index: 100;
    }
    .menu_holder {
        display: none;
    }
    .b-radius-mobile {
        border-radius: 0px 0px 10px 10px !important;
    }
    .b-radius-mobile-all {
        border-radius: 10px 10px 10px 10px !important;
    }
}

@media (min-width: 1200px) {
       .related-games .col-6 {
        width: auto;
    }
    .b-radius-mobile {
        border-radius: 10px 10px 0px 0px !important;
    }
    .b-radius-mobile-all {
        border-radius: 0px 0px 10px 10px !important;
    }
.menu_overlay {
    display: none;
}

    .top_games__img--holder img {
        max-width: 100%;
    }
    .no-padd-m {
        padding-right: 15px;
        padding-left: 15px;
    }
    .b-header--main-block {
        background: url("../img/header_bg.jpg") no-repeat;
        padding: 15px 10px;
    }
    .logo_img {
        max-width: 25%;
    }
    .top_games--col:before {
        position: absolute;
        display: block;
        float: right;
        content: "";
        width: 2px;
        height: 50px;
        top: 25%;
        background: #dfe2e8;
    }
}