<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simageCaption{
  padding:80px 0;
}

.simageCaption__item--text{
  font-size:25px;
  position:relative;
  z-index:2;
}

.simageCaption__item--imgInner{
  position:relative;
  overflow:hidden;
  height:250px;
}

.simageCaption__item--imgInner img{
  -o- object-fit:cover;
  object-fit:cover;
  width:100%;
  height:100%!important;
}

.simageCaption__item--imgInner:before{
  content:"";
  width:50%;
  height:100%;
  background-image: linear-gradient(to right, rgba(0,0,0,.9) , rgba(0,0,0,0));
  position:absolute;
  top:0;
  left:0;
}

.simageCaption__item--text p{
  padding-left:0!important;
}

@media (min-width:992px){
  .simageCaption__item{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
  }
  .simageCaption__item--img,
  .simageCaption__item--text{
    width:50%; 
  }
  .simageCaption__item--img{
    order:2;
  }
  
  .simageCaption__item--imgWrap{
    width:50vw;
  }
  
  .simageCaption__item--imgInner{
    width:120%;
    height:700px;
    float:right;
  }
  
}


@media (max-width:991px){
  .simageCaption{
    padding:50px 0;
  }
  .simageCaption__item--text{
    font-size:18px;
  }
}</pre></body></html>