/* Big Sur Geo Alt Half-Size Tile */
.section-router .grid-item-router .shared-router-macos-bigsur {
	width: 1400px;
	height: 100%;
}

@media only screen and (max-width: 1068px) {
	.section-router .grid-item-router .shared-router-macos-bigsur {
		width: 1030px;
		height: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .grid-item-router .shared-router-macos-bigsur {
		display: block;
		width: 400px;
		height: 500px;
	}
}

@media only screen and (max-width: 375px) {
	.section-versatility-gallery .gallery-caption {
		max-width: 280px;
	}
}

/* br point for xs viewport */
br.xsmall {
	display: none;
}

@media only screen and (max-width: 1068px) {
	br.xsmall {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	br.xsmall {
		display: none;
	}
}

@media only screen and (max-width: 360px) {
	br.xsmall {
		display: block;
	}
}

/* VP holiday gift */
#ac-globalfooter a.ac-gf-block .ac-gf-block-link:hover {
	text-decoration: none;
}
#ac-globalfooter .ac-gf-buystrip-info-copy {
	color: var(--footer-directory-title-color);
}
#ac-globalfooter a.ac-gf-block .ac-gf-block-link.ac-gf-buystrip-info-cta:hover {
	text-decoration: underline;
}
