@media(max-width:699px){
    [hide-mobile]{
        display:none;
    }
    [show-mobile-iblock]{
        display:inline-block;
    }
    body.inIOS div.sliderBigWrapper div.shadowOverlay{
        padding-bottom:70px; !important;
    }

    body.inIOS md-icon.navKeys{
        top:calc(50% - 145px);
    }
    #bioView{
        max-height:calc(100vh - 120px);
        overflow:auto;
    }
    #bioView .paragraphs{
        padding-left:15px;
        padding-right:15px;
    }
    #bioView div.images img:nth-child(1){
        margin-top:15px;
    }
    #currWrapper .section{
        padding-left:15px;
        padding-right:15px;
    }
    #currWrapper .sectionLine{
        margin-bottom:20px;
        padding-left:15px;
    }
    work .workViewerWrapper .imageContainer > img{
        max-width:calc(100vw - 50px) !important;
        max-height:calc(100vh - 200px) !important;
    }
    .contactViewWrapper .contactArea .card{
        width:calc(100% - 30px) !important;
        height:unset;
    }
    .contactViewWrapper .contactArea > img{
        width:calc(100% - 30px) !important;
        height:unset !important;
    }
}