#stamp{
  width: 350px;
}

#stamp.full-width{
  width: 100%;
}

.stamp-embed {
  position: relative;
  width: 100%;
  float: left;
  margin: 10px 30px 10px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display:block!important;
  opacity: 1;
}


.stamp-embed.active {
  background: #f7f7f7;
  padding-top: 165%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("https://www.washingtonpost.com/wp-stat/graphics/static_assets/loading-100x100.gif") !important;
}

#stamp.full-width .stamp-embed.active {
  padding-top: 66.666666%;
}


@media (max-width: 1000px) {
  #stamp.full-width .stamp-embed.active {
      padding-top: 100%;
  }
}


@media (max-width: 450px ) {
  #stamp.full-width .stamp-embed.active {
    padding-top: 165%;
  }
}



.stamp-embed.active iframe {
  z-index: 2;
  overflow: hidden;
  background: none;
  opacity: 1;
  cursor: pointer;
}
.stamp-embed.active .stamp-embed-text {
  display: none;
}
.stamp-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: black;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  opacity: 0.7;
  border-radius: 4px;
}


#stamp .stamp-embed-text p {
  font-family: "PostoniWide", "Bodoni 72", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, Georgia, serif;
  font-size: 28px;
  color: white;
  font-size: 24px;
  line-height: 36px;
}

.stamp-embed .stamp-embed-text {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding: 15% 20px;
}

.stamp-embed button#stamp-button {
  border-radius: 4px;
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid white;
  font-family: "FranklinPro", "FranklinITCProLight", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "Apple SD Gothic Neo", "Myriad Set Pro", "Helvetica Neue", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  display: inline-block;
  color: white;
  margin-top: 20px;
  margin-bottom: 0;
}

.tap-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    color: #f7f7f7;
    display: none;
    pointer-events: none;
}
.tap-container p,#article-body article .tap-container p{
  font-size: 50px;
}


.tap-container.left{
  left: 5px;
}

.tap-container.right{
  right: 5px;
}

.stamp-embed.active .tap-container{
  display: block;
}

@media(max-width: 550px){
  #stamp{
    display: block;
    margin: 24px auto;
  }

  .stamp-embed{
    margin: 24px 0;
    float: none;
  }
}

@media(max-width: 400px){
  #stamp{
    width: 100%;
  }
}
