
.egame-card__simple, .egame-card__small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    min-width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #000000;
    margin-top: 16px;
}

.home-egames .home-egames_top_title{
    color: #2D2C4E;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 124%;
    text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
    .home-egames-grid {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .home-egames-grid .large-3 { 
        width: calc(25%  - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media print, screen and (min-width: 40em) {
    .home-egames-grid {
        margin-top: -16px;
    }
}

@media print, screen and (max-width: 40em) {
    .home-egames-grid .cell:first-child .egame-card__simple{
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .egame-card__simple:hover .egame-card__simple__bg, .egame-card__small:hover .egame-card__simple__bg, .egame-card__simple:hover .egame-card__small__bg, .egame-card__small:hover .egame-card__small__bg {
        opacity: 1;
    }
}

.egame-card__simple__bg, .egame-card__small__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    z-index: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.egame-card__simple__logo, .egame-card__small__logo {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
}

.home-egames {
    padding: 80px 0;
}

.home-egames__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.home-egames .home-egames__top_btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #77768C !important;
}

.home-egames .home-egames__top_btn:after {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiNGMkYyRjQiLz4KPHBhdGggZD0iTTguNSAxNEwxMi41IDEwTDguNSA2IiBzdHJva2U9IiMyRDJDNEUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 2px;
}

.home-egames__top p {
    margin-bottom: 0;
    margin-top: 0;
}

.home-egames__top .section-title, .home-egames__top .lined-section-title {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .home-egames__top .section-title, .home-egames__top .lined-section-title {
        margin-right: 20px;
    }
}


.egame-card__small__logo,
.egame-card__simple__logo {
    max-width: 200px;
    max-height: 40px;
}


@media screen and (max-width: 992px) {
    .home-egames {
        padding: 32px 0;
    }
    
    .home-egames__top {
        margin-bottom: 24px;
    }

    .home-egames .home-egames__top_btn_wrap{
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .home-egames .home-egames__top_btn {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .home-egames .home-egames_top_title {
        font-size: 28px;
        font-style: italic;
        font-weight: 800;
        line-height: 124%;
        text-transform: uppercase;
    }
}