.swiper 
{
    width: 100%;
    height: 100%;
}

.brands-box 
{
	width: 200px;
	height: 200px;
    box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
    border-radius: 30px;
}
.brands-box-mobile img
{
    box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 14px 24px -14px rgba(0,0,0,0.75);
}

.open-button 
{
    z-index: 1000 !important;
    position: absolute !important;
    bottom:50% !important;
    right: 3em !important;
    background-color: #5576b6 !important;
    border-radius: 50% !important;
}

.swiper-slide 
{
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img 
{
    display: block; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}