
@font-face {
    font-family: Technique;
/*    src:url("https://ooc.firstbasesolutions.com/fonts/Technique Sans.otf");*/
    src:url("../fonts/Technique Sans.otf");
}
@font-face {
    font-family: Gidolinia;
/*    src:url("https://ooc.firstbasesolutions.com/fonts/gidolinya.regular.ttf");*/
    src:url("../fonts/gidolinya.regular.ttf");
}
@font-face {
    font-family: PTSans-Bold;
/*    src:url("https://ooc.firstbasesolutions.com/fonts/PTSans-Bold.ttf");*/
    src:url("../fonts/PTSans-Bold.ttf");
}
@font-face {
    font-family: PTSans-Regular;
/*    src:url("https://ooc.firstbasesolutions.com/fonts/PTSans-Regular.ttf");*/
    src:url("../fonts/PTSans-Regular.ttf");
}


html, body{
    width: 100%;

}

#iframeContainer {
        height:633px;width:1127px;
/*        height:842px;width:1500px;*/
    }




@media (max-width: 1127px),(max-height: 633px) {
    #mapiframeurlContainer, #log, #options{
        display: none;
    }
    button {
        display: inline-block; margin: 10px 10px 10px 0px;
    }
    #iframeContainer {
        position: relative;
        width: calc(100% - 20px);
        height: calc(90vh - 60px);
        max-width: 1127px;
        max-height: 633px;
        margin: 0 auto;
    }
    #iframeContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


 } 


