.realEstateRatingContainer{
  max-width: 1000px !important;
  margin: 30px auto !important;
  line-height: 0;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media(min-width: 600px){
  .realEstateRatingContainer{
    border-radius: .5rem;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  }
}
.realEstateRatingIframe {
  width: 1px;
  min-width: 100%;
  height: 600px; /* init, then overwritten by iframe resize */
}
