@media screen and (min-width: 0px) and (max-width: 450px){
    
    p{
        font-size: 12px;
    }
    
    .report-title{
        top: calc(50% + 80px);
        transform: translateY(-50%); 
    }
    
    .report-title h1{
        font-size: 25px;
    }
    
    .annotate-left{
        margin-left: -7px
    }
    
    .annotate-right{
        margin-right: -7px
    }
    
    .report-section{
        margin-top: 40px;
        margin-bottom: 25px;
    }
    
    .smallcaps{
        font-size: 9px;
        margin-left: 1px;
    }
    
    h1{
        font-size: 74px;
    }
    
    .detail-title{
        font-size: 18px;
    }
    
    .detail-heading{
        font-size: 13px;
    }
    
    .number-point{
        margin-bottom: -14px;
    }
    
    .bullet{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .arrow{
        font-size: 16px;
    }
    
    .detail{
        width: calc(100% - 46px) !important;
        padding-bottom: 2px;
    }
    
    h3{
        font-size: 10px;   
    }
    
    .menu-home h2{
        padding: 7px 0px;
    }
    
    .menu-wrapper h2{
        font-size: 16px;
    }
    
    .menu-report{
        margin: 10px 0px 18px 0px;
    }
    
    .menu-report p{
        font-size: 14px;
    }
    
    .reports{
        margin-top: 7px;
    }
    
    .note{
        font-size: 12px;
    }
    
    .credit{
        font-size: 14px;
    }

    .detail p{
        font-size: 14px;
    }
    
    .detail .smallcaps{
        font-size: 11px;
        margin-left: 2px;
    }
    
    .flickity-prev-next-button {
        width: 20px !important;
        height: 20px !important;
    }
    
    .report-image{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .image-caption{
        font-size: 10px;
        margin-top: 10px;
    }
    
    .exit{
        margin-top: 20px;
        left: calc(100% - 57px);
    }
    
    .leaflet-touch .leaflet-bar a{
        margin-left: 15px;
    }
    
    .leaflet-control-zoom-in{
        margin-top: 10px;    
    }

    .leaflet-control-zoom-out{
        margin-top: 10px;
    }
    
    .report-text{
        padding-top: 15px;
        margin-bottom: 30px;
    }
    
    .report-cat{
        margin-bottom: 10px
    }
    
    .report-name{
        line-height: 16px;
    }
    
    .report-end{
        margin-top: 20px;
    }
    
    .report-note{
        margin-top: 10px;
    }
    
    .pull-quote{
        font-size: 20px;
        padding: 15px;
    }
    
    .intro{
        font-size: 20px;
    }
    
    .report-nav{
        margin-top: 15px;
        margin-bottom: 30px !important;
    }
    
    .text-left{
/*        margin-top: -5px;*/
/*        margin-top: -0.3em;*/
    }
    
    .text-center{
        margin-top: 0.3em
/*        margin-top: 4px;*/
    }
    
    .text-right{
        margin-top: 0.2em;
    }
    
    .previous, .next{
/*        margin-top: -2px;*/
    }
    
    .arrow{
        position: relative;
        top: 0px;
    }
    
    .report-number{
        top: calc(50% + 80px);
        transform: translateY(-50%);    
    }
    
    .document-list{
        margin-top: 35px;
    }
    
    .counter-wrapper{
        margin-bottom: 40px;
    }
    
    .counter{
        margin-top: 40px;
    }
    
    .counter h2{
        font-size: 28px;
    }
    
    .time{
        margin-top: -7px;
    }
    
    .dash{
        position: relative;
        top: -5px;
        margin-right: -5px;
    }

    .o{
        margin-left: -2px;
        margin-right: 23px;
    }
    
    .container-2{
        box-shadow: 0px -75px 75px rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 0px -75px 75px rgba(255, 255, 255, 0.95);
        -moz-box-shadow: 0px -75px 75px rgba(255, 255, 255, 0.95);
    }
    
    @keyframes infinite-scroll{
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-102%, 0);
        }
    }
    
}

@media screen and (min-width: 0px) and (max-width: 1025px){
    
    .wrapper{
        height: calc(100% - 90px);
        height: -webkit-calc(100% - 90px);
        height:  -moz-calc(100% - 90px);
        min-height: 0px;
        margin: 19px 20px;
    }
    
    #map{
        height: calc(100% - 90px);
        width: calc(100% - 40px);
    }
    
    .left-wrapper, .right-wrapper{
        margin: 0px;
        width: 100%;
    }
    
    .left-wrapper{
        display: block;
    }
    
    .right-wrapper{
        display: none;
    }
    
    .left, .right{
        float: left;
        width: 100%;
        height: 100%;
        margin: 0px;
    }
    
    .mobile-nav{
        display: block;
        margin: 19px 20px;
    }
    
}

@media screen and (max-width: 1259px) and (min-width: 1025px){
 
    .left, .right{
        width: 482px;
    }
    
    #map{
        width: 482px;
    }
    
}

@media screen and (min-width: 1570px) {
    
    .left, .right{
        width: 750px;
    }
    
    #map{
        width: 750px;
    }
}