/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

.swiper-wrapper img {
    width: auto !important;
    height: 80vh !important; 
    margin-bottom: 10em;
  }

.swiper-slide .s-fade-txt {
    top: 97%;
    left: 50%;
    transform: translate(-50%, -97%);
    
}

.swiper-slide {
    display: flex;
    justify-content: center;
}