.dome-construction-shortcode,
.dome-construction-shortcode * {
  box-sizing: border-box;
}

.dome-construction-shortcode .banner {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.dome-construction-shortcode .banner-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dome-construction-shortcode .banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.45));
}

.dome-construction-shortcode .banner-title-container {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}

.dome-construction-shortcode .banner-title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: 300;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dome-construction-shortcode .text-section.section_intro {
  width: min(720px, calc(100% - 30px));
  margin: 100px auto;
  color: #444;
  text-align: center;
}

.dome-construction-shortcode .text-section.section_intro .title {
  margin: 0 0 1.5rem;
  color: #444;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 300;
  line-height: 1.2;
}

.dome-construction-shortcode .text-section.section_intro .paragraph {
  color: #444;
  font-size: 1rem;
  line-height: 1.65;
}

.dome-construction-shortcode .vidContainer {
  height: 450px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dome-construction-shortcode .vidContainer video {
  position: absolute;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.dome-construction-shortcode .vidContainer video.hidden {
  opacity: 0;
}

.dome-construction-shortcode .backgroundGraphics {
  object-fit: cover;
}

.dome-construction-shortcode .vidMask {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.18);
}

.dome-construction-shortcode .overlayContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: table;
  width: 100%;
  height: 100%;
  margin-left: 0;
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: default;
  transition: 0.35s ease-in-out;
}

.dome-construction-shortcode .vidContainer:hover .overlayContainer {
  background-color: rgba(255, 255, 255, 0.75);
}

.dome-construction-shortcode .overlayContent {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.dome-construction-shortcode .overlayContentContainer {
  width: 88%;
  max-width: 720px;
  margin: 0 auto;
}

.dome-construction-shortcode .overlayContentContainer .title,
.dome-construction-shortcode .overlayContentContainer .paragraph,
.dome-construction-shortcode .overlayContentContainer .paragraph p {
  margin-right: 0;
  margin-left: 0;
  color: #848484;
  text-align: left;
}

.dome-construction-shortcode .overlayContentContainer .title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 300;
  line-height: 1.2;
}

.dome-construction-shortcode .overlayContentContainer .paragraph {
  font-size: 1rem;
  line-height: 1.55;
}

.dome-construction-shortcode .processLink {
  display: table;
  margin-top: 1.5em;
  color: #0071ba;
  text-decoration: none;
}

.dome-construction-shortcode .processLink span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

.dome-construction-shortcode .processLink img {
  display: table-cell;
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
  vertical-align: middle;
  transform: rotate(270deg);
  transition: 0.35s ease-in-out;
}

.dome-construction-shortcode .arrowButtonContainer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  display: inline-block;
  width: 70px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

.dome-construction-shortcode .vidContainer:hover .arrowButtonContainer {
  width: 80px;
  background-color: rgba(0, 0, 0, 0.85);
}

.dome-construction-shortcode .arrowButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  transition: 0.35s ease-in-out;
}

.dome-construction-shortcode .arrowButton img {
  display: block;
  width: 36px;
  height: 36px;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}

.dome-construction-shortcode .anchoredOverlay .arrowButton img {
  transform: rotate(180deg);
}

.dome-construction-shortcode .anchoredOverlay {
  left: calc(-100% + 80px);
}

@media all and (max-width: 37.5em) {
  .dome-construction-shortcode .banner {
    min-height: 320px;
  }

  .dome-construction-shortcode .text-section.section_intro {
    margin: 60px auto;
  }

  .dome-construction-shortcode .vidContainer {
    height: auto;
  }

  .dome-construction-shortcode .vidContainer video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .dome-construction-shortcode .overlayContainer {
    position: relative;
    left: 0;
    display: inline-block;
  }

  .dome-construction-shortcode .overlayContent {
    display: block;
    margin: 4em auto;
    padding: 0 15px;
  }

  .dome-construction-shortcode .overlayContentContainer {
    width: 100%;
    padding-right: 0;
  }

  .dome-construction-shortcode .arrowButtonContainer {
    display: none;
  }
}
