/*------------------------------------*/ /*LOCAL FIXES*/ /*------------------------------------*/ .show-for-small {display: none;} .show-for-medium {display: none;} .show-for-large {display: block;} @media only screen and (max-width: 1068px) { .show-for-small {display: none;} .show-for-medium {display: block;} .show-for-large {display: none;} .hide-for-medium {display: none;} } @media only screen and (max-width: 735px) { .show-for-small {display: block;} .show-for-medium {display: none;} .show-for-large {display: none;} .hide-for-small {display: none;} .hide-for-medium {display: inline-block} } /*------------------------------------*/ /*END LOCAL FIXES*/ /*------------------------------------*/ @media only screen and (min-width: 735px) and (max-width: 1068px) { .travel-content .typography-grid-headline-travel { font-size: 52px; } } @media only screen and (min-width: 1068px) { .grid-item-five-g .image-overview-why-icon_fast { bottom: -52px; } }