*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.swiper-slide.parallax{
  background: url(7.jpeg)no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide.parallax img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.swiper-slide.parallax p{
    color:#c72829;
    align-self: flex-start;
    display:none;
}
.swiper-slide.parallax p.show{
    display: flex
}

.swiper-slide.parallax h2{
  z-index: 1;
  position: relative;
  color: #333;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight:400;
  letter-spacing:5px;
  line-height:30px;
    top:28%
}

.swiper-slide.parallax h2 span{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 5px;
  color:#c72829
}

@media (max-width:800px){
  .swiper-slide.parallax h2{
    font-size:15px;
    letter-spacing:0;
    line-height: 18px;
    top:30%
  }

  .swiper-slide.parallax h2 span{
    font-size: 15px;
      letter-spacing:0;
    line-height: 18px;
  }
}