/* MARGIN */
.trvtmpl-ml-auto {
    margin-left: auto !important;
}
.trvtmpl-mt-s {
    margin-top: 80px;
}
.trvtmpl-mt-m {
    margin-top: 100px;
}
/* MARGIN END */

/* DISPLAY */
@media screen and (min-width: 1001px) {
    .trvtmpl-d-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 1000px) {
    .trvtmpl-d-desc {
        display: none !important;
    }
}
/* DISPLAY END */

@media screen and (max-width: 1000px) {
    /* MARGIN */
    .trvtmpl-mt-s {
        margin-top: 50px;
    }
    .trvtmpl-mt-m {
        margin-top: 50px;
    }
    /* MARGIN END */
}
