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

.dome-downloads-gallery-shortcode.downloads-gallery-container {
  background-image: linear-gradient(to right, transparent 10%, white 45%, white 100%), url("../images/graphics-edge-bg-dome.jpg");
  padding: 140px 10% 140px 50%;
  background-size: 80%;
  background-position: center, -360px center;
  background-repeat: no-repeat;
}

.dome-downloads-gallery-shortcode h2,
.dome-downloads-gallery-shortcode h3,
.dome-downloads-gallery-shortcode p,
.dome-downloads-gallery-shortcode li,
.dome-downloads-gallery-shortcode a,
.dome-downloads-gallery-shortcode .title,
.dome-downloads-gallery-shortcode .paragraph {
  text-align: left !important;
}

.dome-downloads-gallery-shortcode h2,
.dome-downloads-gallery-shortcode p,
.dome-downloads-gallery-shortcode .title,
.dome-downloads-gallery-shortcode .paragraph {
  margin-right: 0;
  margin-left: 0;
  color: #848484;
  font-weight: 300;
}

.dome-downloads-gallery-shortcode .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
}

.dome-downloads-gallery-shortcode .paragraph {
  margin-bottom: 45px;
  font-size: 1.15rem;
  line-height: 1.55;
}

.dome-downloads-gallery-shortcode .downloads-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dome-downloads-gallery-shortcode .download-title {
  margin: 0;
}

.dome-downloads-gallery-shortcode .download-link {
  display: flex;
  min-height: 80px;
  padding: 0 0 0 72px;
  color: #848484;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m32 1a31 31 0 0 0-31 31 31 31 0 0 0 31 31 31 31 0 0 0 31-31 31 31 0 0 0-31-31zm-11.371 19.602h22.741c-3.7899 6.4788-7.5754 12.96-11.371 19.435zm2.7065 1.5409 8.6641 14.813 8.6674-14.813zm-10.229 19.702h37.793v1.5561h-37.793z' style='fill: %23000; opacity:.6;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dome-downloads-gallery-shortcode .download-link:hover,
.dome-downloads-gallery-shortcode .download-link:focus {
  color: #555;
}

.dome-downloads-gallery-shortcode .button-bar {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}

.dome-downloads-gallery-shortcode .button-bar .more-button {
  display: inline-block;
  min-width: 335px;
  padding: 20px 65px;
  border: 1px solid #848484;
  color: #848484;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center !important;
  text-decoration: none;
  background: transparent;
  transition: 0.2s ease-in-out;
}

.dome-downloads-gallery-shortcode .button-bar .more-button:hover,
.dome-downloads-gallery-shortcode .button-bar .more-button:focus {
  color: #fff;
  background: #848484;
}

@media only screen and (max-width: 960px) {
  .dome-downloads-gallery-shortcode.downloads-gallery-container {
    padding: 450px 15px 70px;
    background-image: linear-gradient(to bottom, transparent 450px, white 451px, white 100%), url("../images/graphics-edge-bg-dome.jpg");
    background-position: center top;
    background-repeat: no-repeat;
  }

  .dome-downloads-gallery-shortcode p {
    margin: 0 auto 5px;
  }

  .dome-downloads-gallery-shortcode h2 {
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 450px) and (max-width: 960px) {
  .dome-downloads-gallery-shortcode.downloads-gallery-container {
    background-size: 130%;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 450px) {
  .dome-downloads-gallery-shortcode.downloads-gallery-container {
    background-size: 160%;
  }
}

@media only screen and (max-width: 37.5em) {
  .dome-downloads-gallery-shortcode.downloads-gallery-container {
    background-size: 190%;
  }

  .dome-downloads-gallery-shortcode .button-bar .more-button {
    width: 100%;
    min-width: 0;
    padding: 18px 24px;
  }
}
