@media all and (min-width: 1100px) and (max-width: 1700px) {
    /*body{
        opacity: 0.2
    }*/
    .tnone {
        display: none !important;
    }
    .capitalize {
        text-transform: capitalize;
    }
    body h2 {
        font-size: 34px;
        line-height: 1;
        font-weight: 500;
        color: black;
        margin-bottom: 20px;
    }
    body h1 {
        font-size: 39px !important;
        line-height: 1.1 !important;
        letter-spacing: 0px !important;
    }
}
