/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
   aside.msg p{
       line-height: 1.6 !important
   }
   aside.msg:not(.mw100) {
       max-width: 50% !important;
       max-height: 90% !important;
   }
    body h1.big._205 {
        font-size: 90px !important;
    }
    body h1 {
        font-size: 38px;
    }
    .height-fit{height: auto !important;padding:120px 0 !important;}
    .height-fit .vertical-align {
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }

    .green_bar_title:before {
        height: 17px !important;
    }

}