/* icloud drive image start */

@media only screen and (max-width: 734px) {

	.section-memories .tile-drive .picture-wrapper {
		margin-top: 82px;
	}
}

/* icloud drive image end */


/*fix width*/
.section-hero .hero-compare-grid-item .hero-compare-copy{
	min-width: 252px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-compare-grid-item .hero-compare-copy{
        min-width: 160px;
    }
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-compare-grid-item .hero-compare-copy{
        min-width: 252px;
    }
}
/**/