﻿

    .gallery img {
       
        height: 100%;
       
        object-fit: cover;
       
    }

.swiper {
    width: 100%;
   
    direction:ltr;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
   
}