/* ==========================================================================
   Royal Roomvo Full Catalog
   Used for carpet page: hero + full catalog only.
   ========================================================================== */

.rhf-roomvo-full-catalog {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.rhf-roomvo-full-catalog__iframe {
  display: block !important;
  width: 100% !important;
  min-height: 100vh !important;
  border: 0 !important;
  background: #ffffff url("https://www.roomvo.com/static/images/loader.gif") center center no-repeat;
}

@media (max-width: 767px) {
  .rhf-roomvo-full-catalog__iframe {
    min-height: 100vh !important;
  }
}
