/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    h1 {
        font-size: 60px;
        line-height: 1;
    }
    body .height-100{
        padding:90px 0 !important;
        height: auto !important;
    }
    body .vertical-align {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .mw200{max-width: 280px !important}
    .mb13-30{margin-bottom: 30px !important}
    body .triangle1_7 {
        top: -18%;
        width: 30%;
    }
    body .triangle2_7 {
        bottom: 0;
        width: 30%;
    }
    .mb-12090{
        margin-bottom: 90vh !important
    }
}