/* .allImages{
    display: none;
} */
main,.iframeDiv{
    height: 100vh;
    overflow: hidden;
}
.mapify-holder.active{
    position: absolute;
    top: 50%;
    /* max-width: 100%; */
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    
}
.fa-close{
    position: absolute;
    top: 10.5%;
    right: 6%;
    font-size: 32px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
.mapify-imgHolder .mapify {
    width: 100%;
    height: auto;
  }