.gallery-details--thumb{
    display: none !important;
}

.arena-img {
    height: 50px;
    margin-top: 15px;
    margin: 0px 10px;
}

.members .slick-slider .slick-slide img {
    max-width: max-content;
    width: 100%;
    max-height: 100%;
}

.who-we .row p{
    font-weight: 300;
}

@media (max-width: 768px){
    .arena-img{
        height: 40px;
        width: auto;
    }

    .main-banner .inline-buttons .btn-primary{
        height: 30px;
    }

    .who-we:before{
        background-image: url(../images/svg/mob.png);
        background-position: center top;
        background-size: 118%;
    }
}

/*.header__right--lang-selector{
    display: none !important;
}*/