#loans-banner {
  background-image: url(../../images/loans/back.jpg);
  background-image: -webkit-image-set(
    url("../../images/loans/back.jpg") 1x,
    url("../../images/loans/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  max-width: 75em;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 55px;
  margin-top: 55px;
}
#loans-banner .button {
  font-size: 1.2em;
  width: 8em;
  height: 2.2em;
  background-color: #ed1a2f;
}
#loans-banner .banner-inner {
  width: 1250px !important;
}
#loans-banner .main {
  margin-bottom: 1em;
}
#loans-banner .banner-main {
  margin-top: 1.5em;
  margin-bottom: 3em;
  width: 51.2%;
}
#loans-banner .button,
#loans-banner .button:hover,
#loans-banner .button:visited,
#loans-banner .button:active {
  text-decoration: none;
  color: white;
}

#form-container {
  height: auto;
}

.supernova.isEmbeded {
  display: none;
}

@media screen and (max-width: 1250px) {
  #loans-banner {
    width: 97.5%;
  }
}
@media screen and (max-width: 991px) {
  #loans-banner {
    background-image: url(../../images/loans/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/loans/back-m.jpg") 1x,
      url("../../images/loans/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 96.9%;
  }
  #loans-banner .banner-inner {
    width: unset !important;
    align-items: center;
  }
  #loans-banner .banner-main {
    margin-top: 5%;
    margin-bottom: 10%;
    width: 100%;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  #loans-banner {
    width: 95.9%;
  }
}
@media screen and (max-width: 567px) {
  #loans-banner {
    width: 93%;
  }
  #loans-banner .banner-inner {
    width: 100% !important;
  }
  #loans-banner .main {
    width: 92%;
    margin-bottom: 5%;
  }
  #loans-banner .banner-main {
    margin-top: 6%;
    margin-bottom: 69%;
  }
  #loans-banner .button {
    font-size: 1.5em;
    width: 8em;
  }
}
@media screen and (max-width: 375px) {
  #loans-banner .button {
    font-size: 1.2em;
    width: 8em;
  }
}
