
/* 360° preview iframe: responsive safe frame so the virtual tour viewport does not get cropped while resizing. */
#main .walkinto-tour-iframe-card{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16 / 9!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}

#main .walkinto-tour-iframe-card > img,
#main .walkinto-tour-iframe-card .walkinto-tour-iframe{
  position:absolute!important;
  left:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
}

#main .walkinto-tour-iframe-card .walkinto-tour-iframe{
  display:block!important;
  overflow:visible!important;
}

@media only screen and (max-width: 980px){
  #main .walkinto-tour-iframe-card{
    aspect-ratio:16 / 9!important;
    min-height:0!important;
  }
}

@media only screen and (max-width: 560px){
  #main .walkinto-tour-iframe-card{
    aspect-ratio:16 / 9!important;
    min-height:0!important;
  }
}
