﻿.backgrbrand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.tt-btn{
    z-index:999999999;
}

@media only screen and (max-width: 500px) {
    .backgrbrand {
        height: 50px!important;
    }
    .scroll-content {
        transform: translate3d(0, 0px, 0px) !important;
        -webkit-transform: translate3d(0, 0, 0)!important;
    }
    .backgrbrand img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: left!important;
    }
}
 .scrollbar-track-x{
    display:none!important;
}