.tx-amshopechannel-pi1 iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}

/* Teaser */
.tx-amshopechannel-pi1 .Teaser {
  position: relative;
  background: url(../Images/TeaserBottomBackground.jpg) no-repeat bottom right;
  background-size: cover;
}
.tx-amshopechannel-pi1 .Teaser .Wrap {
  position: relative;
  padding: 39px 17% 90px 14%;
  z-index: 3;
}
.tx-amshopechannel-pi1 .Teaser .Wrap h2 {
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  font: 600 28px/28px 'Montserrat';
  color: #f9b000; /* Yellow */
  text-transform: uppercase;
}
.tx-amshopechannel-pi1 .Teaser .Wrap h5 {
  font: 400 11px/16px 'Montserrat';
  margin: 0 0 20px;
  color: #fff; /* White */
}
.tx-amshopechannel-pi1 .Teaser .Player {
  margin-bottom: 7px;
  position: relative;
  display: block;
  width: 100%;
}
.tx-amshopechannel-pi1 .Teaser .Player .AspectRatio {
  padding-top: 56.25%;
}
.tx-amshopechannel-pi1 .Teaser .Wrap p {
  margin: 0 0 20px;
  font: inherit;
  color: #fff; /* White */
}
.tx-amshopechannel-pi1 .Teaser .Wrap form {
  margin: 0;
}
.tx-amshopechannel-pi1 .Teaser .Wrap select {
  width: 100%;
}
.tx-amshopechannel-pi1 .Teaser img.Circle {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 16px;
  left: -56px;
  border-radius: 50%;
}
.tx-amshopechannel-pi1 .Bottom {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 99.99%;
  background: url(../Images/TeaserBottomBackground.jpg) no-repeat bottom right;
  z-index: 2;
  background-size: cover;
}

/* Media queries */
@media only screen and (max-width: 960px) {
  .tx-amshopechannel-pi1 .Teaser .Wrap {
    padding: 90px 8%;
  }
  .tx-amshopechannel-pi1 .Teaser img.Circle {
    width: 10%;
    left: 56px;
    top: 85px;
  }
  .tx-amshopechannel-pi1 .Teaser .Wrap h2,
  .tx-amshopechannel-pi1 .Teaser .Wrap h5 {
    margin-left: 85px;
  }
  .tx-amshopechannel-pi1 .Teaser .Wrap p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .tx-amshopechannel-pi1 .Teaser .Wrap {
    padding: 50px 9%;
  }
  .tx-amshopechannel-pi1 .Teaser .Wrap h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .tx-amshopechannel-pi1 .Teaser img.Circle {
    width: 15%;
    left: 40px;
    top: 43px;
  }
}
