
html,
body {
    margin: 0px;
    height: 100%;
    background-color:white;
    overflow:hidden;
    -moz-overflow:hidden;
    object-fit: contain;
}
img {
    margin:auto;
}
.map-image.map{
    background-repeat: no-repeat;
    max-width:100%;
}

/*mobile*/
@media only screen and (max-width: 768px) and (orientation: portrait){
    .view-desktop{
        display:none !important;
    }
    .view-tablet{
        display:none !important;
    }
    .view-landscape{
        display:none !important;
    }
    .view-mobile{
        display:flex !important;
        justify-content: center;
    }
    .view-hd{
        display:none !important;
    }
}
/*tablet*/
@media only screen and (min-width: 769px) and (orientation: portrait){
    .view-mobile{
        display: none !important;
    }
    .view-desktop{
        display:none !important;
    }
    .view-landscape{
        display:none !important;
    }
    .view-tablet{
        display:flex !important;
        justify-content: center;
        height:95%;
    }
    .view-hd{
        display:none !important;
    }
}

@media only screen and (max-width:1024) and (orientation: landscape){
    .view-mobile{
        display:none !important;
    }
    .view-tablet{
        display:none !important;
    }
    .view-desktop{
        display:none !important;
    }
    .view-landscape{
        display:flex !important;
        justify-content: center;
    }
    .view-hd{
        display:none !important;
    }

}
@media only screen and (max-width:1600px) and (orientation: landscape){
    .view-mobile{
        display:none !important;
    }
    .view-tablet{
        display:none !important;
    }
    .view-desktop{
        display:none !important;
    }
    .view-landscape{
        display:flex !important;
        justify-content: center;
        margin-top: 50px;
    }
    .view-hd{
        display:none !important;
    }
}

@media only screen and (min-width:1920px) and (orientation: landscape){
    .view-mobile{
        display:none !important;
    }
    .view-tablet{
        display:none !important;
    }
    .view-desktop{
        display:none !important;
    }
    .view-landscape{
        display:none !important;
    }
    .view-hd{
        display:flex !important;
        justify-content: center;
    }

}

/*desktop*/
@media only screen and (min-width: 2000px) and (orientation: landscape){
    .view-mobile{
        display:none !important;
    }
    .view-desktop{
        display:flex !important;
        justify-content: center;
    }
    .view-landscape{
        display:none !important;
    }
    .view-tablet{
        display:none !important;
    }
    .view-hd{
        display:none !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 601px) and (orientation: landscape)/*