@media only screen and (max-width: 414px) {
	.t-home .flickity-viewport {
		height: 448px !important;
	}

	.home-slider__caption {
		display: block;
	}

    .home-slider__caption h2 {
        font-size: 26px;
    }

    .home-slider__caption hp {
        font-size: 18px;
    }

	.home-slider__cell {
		height: 448px;
	}

	.home-slider__cell.home-slider__cell--white h2 {
		color: #636466;
	}

	.home-slider__content {
		background-color: #EFEFEF;
		height: 208px;
		top: 240px;
	}

    .quick-links-wrapper .button {
        display: none;
    }
}
