.tile-modal .modal-content .modal-headline, .tile-modal .modal-content .modal-copy {
	max-width: 100%;
}

@media only screen and (min-width: 1069px) {
	.section-password .tile-modal .modal-content .modal-copy {
		max-width: 900px;
		margin: auto;
	}
	.section-password .text-content {
		width: 900px;
		margin: auto;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-password .tile-featured-content, .section-password .tile-modal .modal-content .modal-copy {
		max-width: 500px;
		margin: auto;
	}
	.section-password .text-content {
		width: 500px;
		margin: auto;
	}
}

.section-security .section-shopping .text-content .shopping-icon {
	width: 78px;
	height: 78px;
}

@media only screen and (max-width: 1068px) {
	.section-security .section-shopping .text-content .shopping-icon {
		width: 226px;
		height: 78px;
	}
}

@media only screen and (max-width: 734px) {
	.section-security .section-shopping .text-content .shopping-icon {
		width: 179px;
		height: 62px;
	}
}


.section-quick-note .tile-picture {
	width: 1278px;
	height: 554px;
}

@media only screen and (max-width: 1068px) {
	.section-quick-note .tile-picture {
		width: 964px;
		height: 466px;
	}
}

@media only screen and (max-width: 734px) {
	.section-quick-note .tile-picture {
		width: 365px;
		height: 346px;
	}
}

.section-quick-note .tile-picture-wrapper {
	max-width: 1278px;
}

@media only screen and (min-width: 1069px) {
	.section-quick-note .tile-picture-wrapper {
		margin-right: 54px;
	}
}
