.horizontal-scroll-wrapper,
.horizontal-scroll-wrapper-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #abc;
  overflow: scroll;
}
.horizontal-scroll-bg,
.horizontal-scroll-full {
  /*width: 10000px;*/
  height: 100vh;
  min-height: 100vh;
  width: auto;
  /*background: url(images/section1.jpg) repeat-x;*/
}
.horizontal-scroll-bg .et_pb_section {
  float: left;
  /*max-height: 100vh;*/
}
.horizontal-scroll-full {
  /*width: 9420px;*/
  width: 8700px;
  height: 100vh;
  background: #000;
}
.scrollaway {
  float: left;
  clear: none;
  display: block;
}
.page-id-1121 #main-footer,
.page-id-2802 #main-footer {
  display: none;
}

.do-it-live {
	position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.do-it-live .et_pb_blurb_content {
	text-align: right !important;
    float: right !important;
    margin-right: 40px !important;
	margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .horizontal-scroll-full {
    width: 7000px;
  }
}
@media screen and (max-width: 1366px) {
  .horizontal-scroll-full {
    width: 6000px;
    /*width: 6700px;*/
  }
}
@media screen and (max-width: 1280px) {
  .horizontal-scroll-full {
    width: 5800px;
    /*width: 6000px;*/
  }
}