.paragraph--type--full-width-cross-link .paragraph-media picture img {
	aspect-ratio: auto !important;
}
.full-viewport-hero-slider .swiper-wrapper .swiper-slide .columns {
	position: relative;
	z-index: 3;
}
.full-viewport-hero-slider .swiper-wrapper .swiper-slide .cta-button a {
	display: inline-block;
    position: relative;
    border: 0;
    border-radius: 90px;
    padding: 15px 50px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
    z-index: 1;
    background: #f3410e;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px){
.full-viewport-hero-slider .swiper-wrapper {
	min-height: 65vh;
	height: auto !important;
}
}