.site-container {
  z-index: 2;
}

.section-new-comics,
.section-originalvids {
  padding-bottom: 500px;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .section-new-comics,
  .section-originalvids {
    padding-bottom: 300px;
  }
}

.section-new-movies {
  padding-bottom: 400px;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .section-new-movies {
    padding-bottom: 300px;
  }
}

@media only screen and (min-width: 571px) {
  .section-new-movies ~ .module .openhtml-sublayer {
    height: 600px;
    top: -600px;
  }
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .section-new-movies ~ .module .openhtml-sublayer {
    top: -366px !important;
  }
}

.oh-link:link, .oh-link:hover, .oh-link:visited, .oh-link:active, .oh-link:focus {
  outline: 0;
  text-decoration: none;
  color: inherit !important;
  display: block;
}

.openhtml-sublayer {
  position: relative;
  display: block;
  min-width: 320px;
  background-repeat: no-repeat;
  background-position: center top;
}
.openhtml-sublayer p {
  margin: 0;
}
.openhtml-sublayer .btn {
  margin: 0 !important;
  min-width: 120px !important;
}
.openhtml-sublayer .ext {
  max-height: 100px;
  max-width: 280px;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.openhtml-sublayer:not(.custom-block) {
  height: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center bottom;
}
.openhtml-sublayer:not(.custom-block) .site-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  display: block;
  height: 100%;
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy {
  position: absolute;
  top: auto;
  bottom: 120px;
  z-index: 3;
  width: 45%;
  max-width: 400px;
  text-align: center;
}
@media only screen and (min-width: 570px) and (max-width: 800px) {
  .openhtml-sublayer:not(.custom-block) .site-container .oh-copy {
    bottom: 50px;
  }
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer:not(.custom-block) .site-container .oh-copy {
    bottom: 20px;
  }
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy.left {
  left: 0;
  right: auto;
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy.right {
  right: 0;
  left: auto;
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: auto;
  width: auto;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer:not(.custom-block) .site-container .oh-copy.center {
    bottom: 20px;
    max-width: 280px;
  }
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy h3:before {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: table;
  content: "";
  clear: both;
  margin: 0 auto 20px;
  min-height: 100px;
  width: 100%;
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy h3 {
  font-size: 27px;
  font-family: TradeGothicBold;
  margin: 0 auto 10px;
  text-transform: uppercase;
  line-height: 1em;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer:not(.custom-block) .site-container .oh-copy h3 {
    font-size: 20px;
  }
}
.openhtml-sublayer:not(.custom-block) .site-container .oh-copy p {
  font-size: 18px;
  margin: auto auto 20px;
  font-family: TradeGothic;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer:not(.custom-block) .site-container .oh-copy p {
    font-size: 16px;
    line-height: 1em;
    margin: 10px 0 20px !important;
  }
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap {
  position: absolute;
  left: 0;
  bottom: 100px;
  max-width: 280px;
}
@media only screen and (min-width: 0) and (max-width: 800px) {
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap {
    position: relative;
    width: 100%;
    max-width: none;
    left: auto !important;
    right: auto !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble {
    height: auto !important;
    padding-bottom: 30px;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble:before, .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble:after {
    content: none !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-text {
    text-align: center;
    font-size: 18px !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons {
    padding: 0 !important;
    max-width: 280px;
    margin: 0 auto;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons .btn {
    width: 49% !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons .btn:first-of-type {
    padding-left: 7px !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons .btn:first-of-type:before {
    display: block !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext {
    max-width: none !important;
    position: absolute !important;
    top: -150px !important;
    left: 0 !important;
    right: 0 !important;
  }
  .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext .oh-bubble-ext-logo {
    background-position: center top !important;
  }
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap.right {
  left: auto;
  right: 40px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble {
  position: relative;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble, .openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble:after {
  background-color: #ffffff;
  height: 185px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -30px;
  background-image: url("//i.picpar.com/6Iub.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble:after {
  content: "";
  width: 40px;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: -1;
  transform: skewX(-11deg);
  -webkit-transform: skewX(-11deg);
  -ms-transform: skewX(-11deg);
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-text {
  color: #000000;
  padding: 11px;
  font-family: TradeGothicBold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: .9em;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons {
  padding-left: 8px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons .btn:first-of-type {
  padding-left: 0;
  width: 147px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble .oh-bubble-buttons .btn:first-of-type:before {
  display: none;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext {
  max-width: 220px;
  margin-right: auto;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext .oh-bubble-ext-logo {
  background-image: url("//i.annihil.us/u/prod/marvel/html_blocks_assets/logos/avenaou022715.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  margin-top: 15px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext .oh-bubble-ext-text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-family: TradeGothicBold;
  text-align: center;
  margin: 15px 0 3px;
}
.openhtml-sublayer:not(.custom-block) .site-container #oh-bubble-wrap .oh-bubble-ext .oh-bubble-ext-legal {
  color: #ffffff;
  font-size: 8px;
  text-align: center;
}
.openhtml-sublayer.custom-block {
  min-height: 400px;
}
.openhtml-sublayer.custom-block:before {
  content: "";
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer.custom-block {
    min-height: 350px;
  }
}
.openhtml-sublayer.custom-block .site-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  padding-top: 10px;
}
.openhtml-sublayer.custom-block .site-container .oh-copy {
  width: 45%;
}
@media only screen and (min-width: 0) and (max-width: 570px) {
  .openhtml-sublayer.custom-block .site-container .oh-copy {
    width: auto;
  }
}
.openhtml-sublayer.custom-block .site-container .oh-copy p {
  font-size: 20px;
  margin-bottom: 20px !important;
  font-family: TradeGothic;
}
@media only screen and (min-width: 0) and (max-width: 800px) {
  .openhtml-sublayer.custom-block .site-container .oh-copy p {
    font-size: 16px;
  }
}
