/* Add custom CSS styles below */ 
/* الكمبيوتر */
.banner-square{
    width:130px !important;
}

.banner-square img{
    width:130px !important;
    height:130px !important;
    border-radius:50% !important;
    object-fit:cover !important;
}

/* الموبايل */
@media (max-width:768px){

    .banner-square{
        width:90px !important;
    }

    .banner-square img{
        width:90px !important;
        height:90px !important;
        min-width:90px !important;
        max-width:90px !important;
        min-height:90px !important;
        max-height:90px !important;
        border-radius:50% !important;
        object-fit:cover !important;
        aspect-ratio:1/1 !important;
    }
  //////////////