.horscropho {
  overflow-x: hidden !important;
}
.horscropho,
.horscropho .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.horscropho .mbr-section-title {
  color: #ffffff;
}
.horscropho .mbr-section-title span {
  color: #5263b8;
}
.horscropho .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.horscropho .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 40% 40%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("images/Houston Drywall Services.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.horscropho .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.horscropho .mbr-overlay {
  z-index: 1;
}
.horscropho .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }