/*-------------------------------------
HOTSPOTS
--------------------------------------*/

.modalHotspot {
     cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
}

/*----------media queries---up to mobile------*/
@media only screen and (max-width : 737px) {
.DesktopLink{ display: none !important;}
}
@media only screen and (min-width : 737px) {
.MobileLink{display: none !important;}
}
