@media (min-width: 1100px) and (max-width: 1280px) {

    :root {
    font-size: 45%;
    }

    .section_title { line-height: 5rem;}
    .site_header { border: solid 1px red}

    .product-category { transform: translateY(-5%);}
}