/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    /*h1{
        font-size: 100px !important;
        line-height: .9 !important;
        margin-bottom: 20px
    }
    h3{font-size: 28px !important}
    body .vertical-align2 {
        top: 50% !important;
    }
    .padding-eight-lr{
        padding-left: 6% !important;
            padding-right:5% !important;
    }
    .h-800px {
        height: 90vh !important;
    }
    .t15{font-size: 14px !important}
    .icon-large {
        font-size: 30px !important;
    }
    .t {
        font-size: 40px !important;
        line-height: 3.2rem !important;
        margin-bottom: 30px !important;
    }*/

   /* .video-icon-box > span {
        margin-left: -20%;
    }*/

    .col-11-15inch{
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .w-96{
        width: 100%;
    }

    .mb-18-15inch {
        margin-bottom: 20px;
    }

    .fs22-15inch{
        font-size: 22px !important;
    }

    .w-100-15inch{
        width: 100% !important;
    }

}

/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    .align-self-end .hyperlink + .hyperlink{
        margin-left: 10px !important
    }
    .align-self-end .hyperlink{
        font-size: 13px !important
    }
}