/*  ------  local   ------  */

body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

.skn__page .skn__header-title {
    font-size: 45px;
}
.mb-base {
    min-height: 55px;
}
.service-tile__body {
    height: 170px;
}
/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .skn__page .skn__header-title {
    font-size: calc(36 * var(--headerRatio)) !important;
}
.mb-base {
    min-height: 90px;
}
.mb-xs {
    min-height: 55px;
}
.service-tile__body {
    height: 200px;
}
.service-tile__url {
    font-size: 10px;
}
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.skn__page .skn__lists-category {
    font-size: 16px;
}
.skn__page .skn__header-title {
    font-size: 35px;
}
.mb-base {
    min-height: 90px;
}
.mb-xs {
    min-height: 55px;
}
.service-tile__body {
    height: 200px;
}
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.skn__page .skn__lists-category {
    font-size: 23px;
}
.mb-base {
    min-height: 45px;
}
.service-tile__body {
    height: 150px;
}
}
