.maskbox-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}
.maskbox-wrap .cont-box {
  background: rgba(255, 255, 255, 0.5);
  max-width: 70%;
}
@media screen and (max-width: 991.98px) {
  .maskbox-wrap .cont-box {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .maskbox-wrap .cont-box {
    text-align: center;
  }
}
.maskbox-wrap.right-image {
  background-position: right;
}