

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

.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-colour{
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
}

.section-bg-img, .is-preview .section-bg-img{
      position: absolute;
      width: 100%;
      height: 150%;
      top: 0;
      left: 0;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
  }

@media only screen 
      and (min-width: 0px) 
      and (max-width: 768px) 
{ 


}

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


}