.section-wrap{
      position: relative;
      display: flex;
  }

.section-content-wrap{
      position: relative;
      width: 100%;
}

.section-bg-img-wrap{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.section-bg-img-wrap .bg-img{
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.section-bg-colour{
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
}

.section-bg-img, .is-preview .section-bg-img{
      position: relative;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  }

  .parallaxator > .parallax_child {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height:auto;
  }

  .is-preview .parallaxator > .parallax_child {
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 50%;
      transform: translate(-50%,-50%);
  }

.video-wrap, .is-preview .video-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

#video, .is-preview #video {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media only screen 
      and (min-width: 0px) 
      and (max-width: 768px) 
{ 
  .section-wrap{
            min-height: auto!important;
        }
	.section-content-wrap{
      max-width: 100% !important;
}

.parallaxator > .parallax_child {
      width: auto;
      height:150%;
  }

}


@media only screen 
      and (min-width: 769px) 
      and (max-width: 1280px) 
{ 


}

