.sn_cms_hero__i {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sn_cms_hero__i img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sn_cms_hero__i:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.sn_cms_hero__i .__title {
  text-align: center;
  position: relative;
  z-index: 1;
  color: var(--white);
}

.sn_cms_hero__i .__title h1 {
  font-size: 70px;
}


@media screen and (max-width:991px) {
  .sn_cms_hero__i .__title h1 {
    font-size: 60px;
  }
}

.sn_cms_subtitle {
  font-size: 20px;
  font-weight: 700;
}

.sn_cms_gallery .swiper-button-disabled {
  display: none;
}

.sn_cms_gallery .swiper-slide {
  height: 500px;
  width: auto;
}

@media screen and (max-width:991px) {
  .sn_cms_gallery .swiper-slide {
    height: 200px;
  }
}

.sn_cms_gallery img {
  width: auto;
  height: 100%;
}
