
/* @media screen and (min-width: 375px) and (max-width:450px){
    .glo-brand-icon{
        justify-content: left !important;
    }
} */
@media screen and (min-width: 375px) and (max-width:450px){
    .single-logo{
        width: 33.3%;
    }
}
@media screen and (min-width: 451px) and (max-width:600px){
    .single-logo{
        width: 25%;
    }
}
@media screen and (min-width: 601px) and (max-width:900px){
    .single-logo{
        width: 20%;
    }
    .brand-logo{
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 901px) and (max-width:1400px){
    .single-logo{
        width: 12%;
    }
    .brand-logo{
        flex-wrap: wrap;
    }
}
.glo-brand.single-logo:active .picture-title,
.glo-brand .single-logo:hover .picture-title{
    transform: translate(-25%,-50%);
    opacity:1
}
.glo-brand .picture-title{
    width: 180px;
    position:absolute;
    top: 50%;
    left: 0%;
    color:#fe8464;
    /* transform:translate(-65%,100%); */
    opacity:0;
    transition:all .7s;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.glo-brand .single-logo img{
    height: 50px;
    width: 50px;
}
.glo-brand .single-logo:active img,
.glo-brand .single-logo:hover img{
    /* filter:brightness(55%) blur(2px); */
    /* height: 60px;
    width: 60px; */
    transform: scale(1.3) translate(0%, 0%);
}
.single-logo{
    position:relative;
    margin-top:50px
}
