
.mos-img img {display: none !important;}

.rr-portfolio-area {
width:100vw;
 position:relative;
 margin-left:-50vw;
 margin-top:0px;
 left:50%;
 padding:0px;
}


.rr-snap-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rr-snap-slide .img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
.rr-snap-slide .img-mask .section-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.rr-snap-slide .img-mask .section-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rr-snap-slide .text-wrapper {
  position: absolute;
  top: 50%;
  width: 450px;
  height: 550px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--primary);
  z-index: 10;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .rr-snap-slide .text-wrapper {
    width: 300px;
    padding: 20px;
    height: 350px;
  }
}
.rr-snap-slide .text-wrapper .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 34px;
  letter-spacing: -1.5px;
  color: #333;
}
.rr-snap-slide .text-wrapper .title a{
  color: #333;
}
@media (max-width: 575px) {
  .rr-snap-slide .text-wrapper .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.rr-snap-slide .text-wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 34px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.48px;
}
.rr-snap-slide .text-wrapper img {
  width: 390px;
  height: 260px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .rr-snap-slide .text-wrapper img {
    width: 200px;
  }
}

.rr-snap-slide .olnpage-cat {
    padding: 10px;
    display: inline-block;
    margin: 10px 0px;
    color: #333;
}

.ol-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 30px;
}