/* Keep the 1920 × 700 banner ratio, but let the homepage carousel span the full browser width. */
@media (min-width: 768px) {
	.cdid-slider {
		margin-left: calc(50% - 50vw);
		max-width: none;
		width: 100vw;
	}
}
