#sec8 .swiper { width: 100%; height: 100%; position: relative; z-index: 1; } #sec8 .swiper-slide { text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; } #sec8 .sec8 .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; } #sec8 .swiper { margin-left: auto; margin-right: auto; } #sec8 .swiper-pagination{ position:absolute; left:0px; bottom:0% !important; text-align: left; width:90%; margin-left:2.5%;; } #sec8 .swiper-pagination-bullet{ background-color:#FFF; } #sec8 .swiper-button-next, #sec8 .swiper-button-prev{ color:#FFF; } @media only screen and (max-width:750px){ #sec8 .swiper-slide img{ width:100%; } }