.iframeNative9 {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  -webkit-transition: height 150ms ease;
  -o-transition: height 150ms ease;
  transition: height 150ms ease;
  border: #C6B29C 1px solid !important;
  border-radius: 3px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .iframeNative9 {
    height: 115px;
    margin-bottom: 24px;
  }
}

.iframeNative10 {
  position: relative;
  width: 300px;
  height: 100px;
  -webkit-transition: height 150ms ease;
  -o-transition: height 150ms ease;
  transition: height 150ms ease;
  max-width: 300px;
  margin-bottom: 20px;
  border: #C6B29C 1px solid !important;
  border-radius: 3px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .iframeNative10 {
    margin-bottom: 18px;
  }
}

.iframeNative11 {
  position: relative;
  width: 100%;
  height: 165px;
  margin-bottom: 30px;
  -webkit-transition: height 150ms ease;
  -o-transition: height 150ms ease;
  transition: height 150ms ease;
  border: #C6B29C 1px solid !important;
  border-radius: 3px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .iframeNative11 {
    height: 115px;
    margin-bottom: 18px;
  }
}
