body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
  font-family: "Lato", sans-serif;
}
h1 {
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.02em;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
h2 {
  color: #252531; /* Gray900 */
  font-size: 1.5em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
p,
ul,
ol {
  color: #6a6d7c; /* Gray700 */
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
ul {
  list-style-image: url("../img/check.svg");
  margin-top: 24px;
  padding-left: 24px;
}
li {
  margin: 8px 0 16px 0;
  padding-left: 8px;
}
a {
  color: #4f9852;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #80c67f;
}
img {
  border: none;
}
video {
  background-color: #000;
}
video:focus {
  outline: none; /* reset */
  outline: 5px solid rgba(150, 214, 153, 0.35);
}
.caption {
  background-color: #f4f6f9;
  color: #6a6d7c; /* Gray700 */
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 12px 12px 0 12px;
  text-align: center;
}

.header {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  height: 72px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 11;
}
.container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 1110px;
}
.column {
  flex-direction: column;
}
.row {
  padding: 72px 0;
}
.top {
  align-items: start;
}

.logo {
  text-align: left;
  width: 30%;
}
.logo img {
  height: auto;
  width: 180px;
}

.nav-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 70%;
}
.nav ul {
  list-style: none;
  margin: 8px 0;
}
.nav ul li {
  display: inline-block;
  margin: 1em 1em 0.8em 1em;
}
.nav ul li a {
  color: #6a6d7c; /* Gray700 */
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  padding-bottom: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav ul li a:hover {
  color: #80c67f;
}
.nav ul li a.nav-active {
  color: #96d699;
  box-shadow: inset 0px -4px 0px #96d699;
}

.login {
  margin-left: 16px;
  margin-top: -9px;
}
.login a {
  background: #96d699;
  /* border: 3px solid #96D699; */
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 16px;
  text-transform: uppercase;
}
.login a:hover {
  background-color: #4f9852;
}

/* *** home page *** */

/* hero */

.hero-a {
  background: url(../img/diamonds1.svg) center -200px no-repeat;
  background-size: cover;
}

.hero-a h1 {
  color: #252531;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
  width: 100%;
}

.hero-a p {
  font-size: 18px;
}

.hero-a img {
  width: 100%;
}
.hero-text-a {
  padding-top: 64px;
  padding: 64px 0 90px 0;
  text-align: center;
  width: 100%;
}
.hero-text-a a {
  background-color: #80c67f;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 8px;
  padding: 20px 36px;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-text-a a:hover {
  background-color: #4f9852;
}

.hero-a-aws {
  background: url(../img/marketplace_background.png) center no-repeat;
  background-size: cover;
}

.hero-a-aws h1 {
  color: #252531;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
  width: 100%;
}

.hero-a-aws p {
  font-size: 18px;
}
@media (max-width: 960px) {
  /* .hero img {
      transform: rotate(90deg);
  } */
  /* .hero-text-a {
    width: 90%;
  } */
}

/* .promo {
  background: url("../img/promo_bg.svg");
  background-size: cover;
  background-position: right;
  display: flex;
  height: 144px;
  width: 100%;
}
.promo-icon {
  margin-left: 0;
  padding: 0 16px 0 0;
}
.promo-text1 {
  padding: 0 16px;
  text-align: center;
  width: 100%; /* while icon and button are hidden */
/* }
.promo-text1 h2 {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0;
  text-transform: none;
}
.promo-text1 h2 span {
  font-size: 16px;
}
.promo-text1 h2 a {
  color: #F4F6F9;
  text-decoration: underline;
}
.promo-text1 h2 a:hover {
  color: #96D699;
}
.promo-text1 p {
  color: #B2B4C0;
  font-size: 13px;
  font-weight: 400;
  margin: 12px 0 0 0;
}
.promo-text2 {
  padding: 32px 16px 0 16px;
}
.promo-text2 p {
  color: #fff;
  letter-spacing: initial;
}
.promo-link {
  margin-left: 36px;
}
.promo-link a {
  background-color: rgba(118, 168, 30, 0.5);
  border: 3px solid rgba(90, 137, 6, 1.0);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 20px 48px;
  text-transform: uppercase;
}
.promo-link a:hover {
  background-color: rgba(118, 168, 30, 0.9);
}
/* .promo-link a {
  color: #F4F6F9;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 12px;
}
.promo-link a:hover {
  color: #96D699;
} */

.promo-a {
  background-color: #f4f6f7;
  display: flex;
  padding: 0;
  width: 100%;
  margin-top: 72px;
  justify-content: center;
  margin-bottom: 2px;
}

.promo-b {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f6f7;
  margin-top: 72px;
  padding: 0;
  width: 100%;
  margin-bottom: 2px;
  height: 86px;
}

/* System notification related styles */

#notification-banner-container {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #7f92d4;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}

#notification-banner {
  max-width: 900px;
}

#notification-banner-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-family: "Lato", sans-serif;
}

/* .promo-a #promo-a-special {
  height: 86px;
  align-items: center;
} */

/* AWS marketplace related styles */
.promo-text-aws {
  display: flex;
  flex-direction: row;
}
.hero-text-header-content-aws a {
  background-color: transparent;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-text-header-content-aws a:hover {
  background-color: transparent;
}

.hero-text-header-content-aws img {
  width: 180px;
  height: auto;
}

.promo-text-message-container .item {
  display: inline-block;
  vertical-align: middle;
}

.promo-text-message-container #market-places-logo {
  margin-left: 22px;
}

.promo-text-message-container #market-places-goto-icon {
  margin-left: 28px;
}

.promo-text-message-container .item:nth-child(2) {
  padding-right: 2px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.aws-container {
  display: flex;
  justify-content: center;
  width: auto;
  background-color: #f4f6f7;
}

.promo-text-message-container a .item {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #000000;
  margin-left: 7px;
}
.promo-text-message-container .item {
  display: inline-block;
  vertical-align: middle;
}

.promo-text-message-container #market-places-logo {
  margin-left: 22px;
}

.promo-text-message-container #market-places-goto-icon {
  margin-left: 28px;
}

.promo-text-aws .promo-new-text {
  color: #f48518;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.hubspot-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
.aws-market-link-container {
  display: flex;
  margin: auto;
  max-width: 697px;
  height: 81px;
  border-radius: 8px;
  background-color: #4f9852;
  justify-content: center;
}
.aws-market-link-container .items-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aws-market-link-container p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}
.aws-market-link-container .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 29px;
  background: #ffffff;
  border-radius: 4px;
  max-height: 64px;
  max-width: 131px;
}
.aws-market-link-container .image-container img {
  margin-left: 18px;
  margin-top: 9px;
  margin-bottom: 8px;
  margin-right: 18px;
}

.aws-market-link-container #market-places-goto-icon-white {
  margin-left: 32px;
}

.aws-market-offer-message-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92px;
  margin-top: 73px;
}

.aws-market-offer-message-container p {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  align-items: center;
  max-width: 668px;
  color: #252531;
}

#aws-market-main-content-text-1 {
  display: flex;
  justify-content: center;
}

#aws-market-main-content-text-2 {
  display: flex;
  justify-content: center;
}

.aws-market-highlight-container {
  display: flex;
  justify-content: center;
}

.aws-market-highlight-text-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  max-width: 708px;
}

.aws-market-main-content-text-container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
  max-width: 708px;
  padding-left: 15px;
  padding-right: 15px;
}

.aws-market-main-content-text-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #252531;
}
.aws-market-main-content-text-container h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #252531;
}

.highlight-text-continer {
  display: flex;
  flex-direction: row;
}

.highlight-bullet-text-container {
  margin-bottom: 40px;
}

.highlight-text-continer .aws-market-highlight-text {
  margin-left: 35px;
}
.highlight-text-continer .aws-market-highlight-text a {
  text-decoration: underline;
}

.highlight-text-continer .hightlight-icon-container {
  margin-left: 15px;
}

/* AWS marketplace related styles */
.promo-text1-a {
  /* padding: 0 16px; */
  text-align: left;
}
.promo-text1-a h3 {
  margin-bottom: 0;
}
.promo-text1-a p {
  color: #6a6d7c; /* Gray700 */
  font-size: 15px;
}
.promo-text1-a a {
  /* color: #4F9852; */
  color: #252531; /* Gray900 */
}
.promo-text1-a a:hover {
  text-decoration: underline;
}
.promo-text1-a .caption {
  padding-left: 0;
  padding-top: 2px;
  text-align: left;
}
.promo-icon {
  margin-left: 0;
  padding: 0 16px 0 0;
}
.promo-link {
  margin-left: 20px;
  padding-top: 5px;
}

.partners {
  padding: 64px 0;
  text-align: center;
}
.partners p {
  color: #6a6d7c; /* Gray700 */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.partners img {
  border: 1px solid #fff;
  height: 120px;
  width: auto;
}
.partners img:hover {
  border: 1px solid #e3e5ee; /* Gray 300 */
}

.about {
  background-color: #defaf8;
  padding: 150px 0;
  text-align: left;
  width: 100%;
}
.about-text {
  text-align: left;
  width: 50%;
}
.about-text h2,
.about-text ul {
  padding-right: 64px;
}
.about-image {
  border: 10px solid #fff;
  text-align: right;
  width: 50%;
}
.about-image .caption {
  background-color: #defaf8;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
.about-image img,
.about-image video {
  height: auto;
  width: 100%;
}

.product {
  padding: 48px 0 64px 0;
  text-align: left;
  width: 100%;
}
.product-text {
  text-align: left;
  width: 50%;
}
.product-image {
  border: 16px solid #f4f6f9;
  width: 50%;
}
.product-image img {
  width: 100%;
  height: auto;
}
.product-image video {
  height: 320px;
  width: 500px;
}
.lf {
  padding-right: 64px;
}
.rt {
  padding-left: 64px;
}

.contact {
  float: left; /* keep to prevent weird nav issue */
  position: relative; /* this too */
  padding-top: 110px;
  text-align: center;
  width: 100%;
}

.contact iframe {
  margin-top: 24px;
  width: 450px !important;
}

.industries {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39706d+0,63a581+100 */
  background: #39706d; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #39706d 0%,
    #63a581 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #39706d 0%,
    #63a581 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #39706d 0%,
    #63a581 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39706d', endColorstr='#63a581',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  padding: 160px 0;
  text-align: center;
  width: 100%;
}
.industries .container {
  align-content: flex-start;
  justify-content: space-around;
}
.industries h2 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 72px;
}
.industry {
  text-align: center;
  width: 20%;
}
.industry p {
  width: 90%;
}
.industry a {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  margin: 0 8px;
  padding: 16px 0;
}
.industry a:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.industry img {
  margin-bottom: 8px;
  width: 50%;
}
.quote {
  /* background: rgba(128, 198, 127, 0.6); */
  background-color: #f1fcf0;
  border-radius: 4px 4px 0 0;
  margin-top: 64px;
  padding: 48px 10%;
  text-align: left;
}
.quote p {
  color: #386d6b;
}
.quote p.large {
  color: #1d3f54;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 48px;
}
.quote img {
  float: right;
  width: 200px;
}
.whitepaper {
  background-color: #39706d;
  border-radius: 0 0 4px 4px;
  padding: 36px 64px;
  width: 100%;
}
.whitepaper p {
  color: #fff;
}

.news {
  background-color: #000;
  padding: 124px 0 124px 0;
  width: 100%;
}
.news .container {
  align-items: flex-start;
  justify-content: space-around;
}
.news h2 {
  color: #fff;
  margin-bottom: 48px;
}
.news a:hover {
  text-decoration: underline;
}

.content3 {
  background-color: #252531;
  border-radius: 4px;
  margin-bottom: 48px;
  padding: 16px;
  width: 480px;
}
.content3 p {
  color: #f1faf9;
  text-align: left;
}
.content3 iframe,
.content3 img {
  height: 260px;
  width: 480px;
}
.content4 {
  border-top: 1px solid #6a6d7c;
  margin-top: 64px;
  text-align: left;
  width: 100%;
}
.content4 h3 {
  margin: 20px 20px 0 0;
}
.content4 p {
  color: #878c9a;
  margin: 0.5em 0;
}

.footer {
  background-color: #f4f6f9;
  /* border-top: 1px solid #cdd1d4; */
  color: #9c9fa0;
  font-size: 0.8em;
  padding: 24px 0;
  clear: both;
}
.footer-text {
  text-align: left;
  width: 50%;
}
.footer-social {
  text-align: right;
  width: 50%;
}
.footer-social img {
  height: auto;
  margin: 0 0 0 4px;
  width: 36px;
}
.footer-social img:hover {
  opacity: 0.8;
}
.footer a {
  color: #9c9fa0;
}
.footer a:hover {
  color: #252531; /* Gray90 */
}

/* image modal */

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 111; /* Sit on top */
  padding-top: 64px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 900px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 12px;
  right: 35px;
  color: #f1f1f1;
  font-size: 36px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* media queries */

@media only screen and (min-width: 2000px) {
  /* body {
      background-size: 100% auto;
  }
  .hero {
      height: 1200px;
  } */
}

@media only screen and (min-width: 1480px) {
  /* body {
      background-size: 100% auto;
  }
  .hero {
      height: 800px;
  } */
}

/* ipad landscape */
@media only screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
  .hero,
  .hero .container {
    height: 432px;
  }
  .hero-text,
  .hero-image {
    width: 50%;
  }
  .hero-image video {
    height: 320px;
    width: 480px;
  }
  .hero-image .caption {
    margin-left: 24px;
  }
  .promo-icon,
  .promo-link {
    margin-left: 0;
    padding: 0;
  }
  .promo-link a {
    padding: 20px 24px;
  }
  .about {
    padding: 90px 0;
  }
  .content1-text {
    text-align: left;
    width: 50%;
  }
  .about-image img,
  .product-image img {
    height: auto;
    width: 100%;
  }
  .about-image video .product-image video {
    height: 320px;
    width: 450px;
  }
}

/* resetting to column layout for mobile */

@media only screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    width: 100%;
  }

  .logo {
    width: 100%;
    height: 54px;
    text-align: center;
  }
  .logo img {
    margin-top: 1em;
    width: 210px;
  }

  .nav-wrapper {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .nav ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
  }
  .nav ul li {
    margin: 1.3em;
  }
  .nav ul li a {
    font-size: 1em;
    padding-bottom: 0.6em;
    padding-top: 0.2em;
  }

  .login {
    display: none;
  }

  .row {
    padding: 0 0 72px 0;
  }

  .caption {
    width: 100%;
  }

  /* .hero {
      height: 620px;
      text-align: center;
  }
  .hero-text h1 {
      font-size: 1.4em;
      line-height: 130%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      width: 600px;
  }
  .hero-image video {
      height: 400px;
      width: 640px;
  }
  .hero-image .caption {
      margin-left: 0;
  } */

  /* .promo-text1 h2 {
      margin-top: 16px;
      text-align: center;
  }
  .promo-text1 p {
      margin-bottom: 16px;
      text-align: center;
  }
  .promo-link {
      width: initial;
  } */

  .promo-a {
    margin-top: 100px;
  }
  .promo-text1-a {
    width: 100%;
  }
  .promo-text1-a p {
    padding: 12px 12px 0 12px;
  }

  .about-text h2,
  .about-text ul {
    padding-right: 0;
  }

  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }

  .product-image .caption {
    text-align: center;
  }
  .lf {
    padding-right: 0;
  }
  .rt {
    padding-left: 0;
  }

  .content3 {
    padding: 0;
  }
  .content3 p {
    width: 90%;
    margin: 12px auto 24px auto;
  }

  .contact {
    padding-top: 48px;
  }

  .footer-text,
  .footer-social {
    text-align: center;
    width: 100%;
  }
}

/* ipad portrait */
@media only screen and (max-width: 768px) {
  .header {
    height: 110px;
  }

  .hero {
    background-size: cover;
    height: 700px;
    padding-top: 150px;
  }
  .hero-text {
    margin-bottom: 36px;
    width: 80%;
  }
  .hero-text h1 {
    width: 100%;
  }
  .hero-image {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  /* .promo {
      background-size: cover;
      background-position: -50%;
      padding: 32px 0;
      height: inherit;
  }
  .promo-text2 {
      padding: 0;
  } */

  .about-text,
  .about-image,
  .product-text,
  .product-image {
    width: 90%;
  }
  .about-image img,
  .product-image img {
    height: auto;
    width: 100%;
  }

  .content3 {
    text-align: center;
    width: 100%;
  }

  .industries {
    padding: 36px 0 48px 0;
  }

  .industries,
  .industries .container {
    height: unset;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .industry {
    padding: 16px 0;
    width: 45%;
  }
  .industry img {
    width: 40%;
  }

  .news h2 {
    margin: 72px auto 0 auto;
    text-align: center;
  }
  .content4 h3 {
    margin: 36px 20px 0 20px;
  }
  .content4 p {
    margin: 0 20px;
  }
}

/* phones */
@media only screen and (max-width: 530px) {
  h2 {
    font-size: 1em;
    letter-spacing: 1.5px;
    line-height: 160%;
  }
  .logo {
    height: 64px;
  }
  .caption {
    padding: 12px 0;
  }
  .hero {
    height: 534px;
  }
  .hero-text {
    width: 85%;
  }
  .hero-text h1 {
    font-size: 1.1em;
    width: 100%;
  }
  .hero-image {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .hero-image video {
    height: 190px;
    width: 340px;
  }
  .hero-image .caption {
    margin-left: 0;
    width: unset;
  }

  .nav ul li {
    font-size: 0.8em;
    margin: 0.5em 0.5em 0.5em 0;
    width: unset;
    vertical-align: middle;
  }

  .product-image video {
    height: 180px;
    width: 320px;
  }

  .content3 {
    margin-bottom: 24px;
  }
  .content3 iframe,
  .content3 img {
    height: 180px;
    width: 320px;
  }

  .contact iframe {
    width: 320px !important;
  }
}
