/*13 inch retina*/

@media (min-width: 799px) and (max-width: 1350px) {

    .box-text .btn.btn-large {
        font-size: 12px;
    }
    .box-text {
        min-width: 73% !important;
    }
    .hover-option3 .grid-item figure figcaption {
        padding: 0 20px;
    }
    .width-85.md-width-100 {
        min-width: 100%
    }
    .height-100.height-fit {
        height: auto !important;
        padding: 120px 0 500px !important;
    }
    .height-100.height-fit .vertical-align2 {
        position: relative;
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    h3 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        font-weight: bold !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        font-weight: bold !important;
    }

    h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        font-weight: bold !important;
    }
}
