.gx-web {
  z-index: 100;
  width: 90%;
  height: 550px;
  margin: 10px auto;
}

.gx-models-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gx-models-container div {
  width: 48%;
  height: 610px;
  min-height: 610px;
  z-index: 100;
}

iframe {
  width: 100%;
  height: 100%;
}

.blog {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 100%;
  margin: auto;
}

/* .blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("crank_slider_2_large.png");
  background-repeat: repeat;
  opacity: 0.15;
  z-index: 1;
} */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  position: relative;
}

h2 {
  font-size: 26px;
  font-weight: 400;
  color: #222;
  margin: 22px 0;
}

.section {
  /* overflow: hidden; */
  height: 50vh;
  min-height: 300px;
  width: 100%;
  position: relative;
}

.content {
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  width: 460px;
  height: 150px;
  padding: 20px;
  top: 50%;
  right: 36%;
  margin: -95px -250px;
  position: absolute;
}

.button {
  height: 40px;
  line-height: 40px;
  padding: 20px 30px;
  margin: 35px 10px;
  border-radius: 5px;
  font-size: 20px;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.caption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  text-align: right;
  width: 100%;
  font-size: 16px;
  color: #ddd;
  opacity: 0.8;
  letter-spacing: 0.06em;
}

.gxweb {
  background: url(trillium.jpg) center center no-repeat;
  background-size: cover;
}

.gx {
  background-color: #f0f0f7;
}

.gxweb .content {
  background: rgba(255, 255, 255, 0.85);
}

.gxweb .button {
  float: right;
  background: orangered;
  color: white;
}

.gxweb .button:hover {
  background: #ff6520;
}

.gx .content {
  background: linear-gradient(
    rgba(221, 221, 255, 0.85),
    rgba(240, 248, 255, 0.85)
  );
  z-index: 2;
}

.gx .button {
  float: right;
  background: cornflowerblue;
  color: white;
}

.gx .button:hover {
  background: #74a5fd;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

footer .copy,
footer .tos {
  padding: 20px;
  text-align: right;
  display: inline-block;
}

footer .copy a,
footer .tos a {
  text-decoration: none;
  color: #00a;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.gx.section {
  display: none;
}

* {
  line-height: 24px;
}

h1 {
  line-height: 1.2em;
}

.blog-footer {
  width: 80%;
  margin: auto;
}

.right-align {
  text-align: right;
}

.images {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  h2 {
    margin: 11px 0 5px;
  }

  .gx-web {
    width: 90%;
    height: 85vh;
  }

  .content {
    width: 85%;
    height: auto;
    border-radius: 0;
    right: 0;
    margin: -95px auto 0;
    position: relative;
  }

  .content .button {
    height: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 10px;
    display: inline-block;
  }

  .blog {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    margin: auto;
  }

  .blog-footer {
    width: 90%;
    margin: auto;
  }
}
