*{
  font-family: 'Open Sans', sans-serif;
}
h1{
  font-size: 35px;
  color: #000;
  text-align: center;
}
h2{
  font-size:30px;
}
h3{
  font-size:15px;
}
#wrap {
  width: 716px;
  height: 900px;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#scaled-frame {
  width: 1000px;
  height: 1000px;
  border: 0px;
}

#scaled-frame {
  zoom: 0.75;
  -moz-transform: scale(0.75);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.75);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.75);
  -webkit-transform-origin: 0 0;
}

.flex-container{
  display:flex;
  border: 1px solid #000;
  justify-content: center;
  margin:15px;
  padding:15px;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.displayAd{
  padding:15px;
  width:175px;
}
.displayTitle{
  margin:auto 15px;
  justify-content: flex-start;
}
.redic{
  display: block;
}
.youlus{
  display:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #scaled-frame {
    zoom: 1;
  }
}

@media screen and (max-width: 600px) {
  #scaled-frame {
    zoom: 3;
  }
  #wrap{
    width: 400px;
    height: 650px;
  }
}

@media screen and (max-width: 680px) {
  .redic{
    display: none !important;
  }
  .youlus{
    display:block;
  }
}
