
#overview p {
	max-width: none;
}

.device-macbook-pro-space-grey {
	margin-top: 1em;
}

.icon-safari {
	margin-bottom: 1em;
	width: 96px;
	height: 96px;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .icon-safari {
        background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-96x96_2x.png")
    }
}

.icon-image {
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: no-repeat;
}

.icon-safari-preview {
	margin-bottom: 1em;
	background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .icon-safari-preview {
        background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-64x64_2x.png")
    }
}

.screen-hero {
    background: url("/safari/images/screen-hero-large.jpg");
    background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .screen-hero {
        background-image: url("/safari/images/screen-hero-large_2x.jpg")
    }
}

.screen-apple-pay {
    background: url("/safari/images/screen-apple-pay-large.jpg");
    background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .screen-apple-pay {
        background-image: url("/safari/images/screen-apple-pay-large_2x.jpg")
    }
}

.screen-pip {
    background: url("/safari/images/screen-pip-large.jpg");
    background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .screen-pip {
        background-image: url("/safari/images/screen-pip-large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .screen-hero {
        background: url("/safari/images/screen-hero-medium.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-hero {
            background-image: url("/safari/images/screen-hero-medium_2x.jpg")
        }
    }
    .screen-apple-pay {
        background: url("/safari/images/screen-apple-pay-medium.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-apple-pay {
            background-image: url("/safari/images/screen-apple-pay-medium_2x.jpg")
        }
    }
    .screen-pip {
	    background: url("/safari/images/screen-pip-medium.jpg");
	    background-size: 100% 100%;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	    .screen-pip {
	        background-image: url("/safari/images/screen-pip-medium_2x.jpg")
	    }
	}
}

@media only screen and (max-width: 735px) {
    .screen-hero {
        background: url("/safari/images/screen-hero-small.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-hero {
            background-image: url("/safari/images/screen-hero-small_2x.jpg")
        }
    }
    .screen-apple-pay {
        background: url("/safari/images/screen-apple-pay-small.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        .screen-apple-pay {
            background-image: url("/safari/images/screen-apple-pay-small_2x.jpg")
        }
    }
    .screen-pip {
	    background: url("/safari/images/screen-pip-small.jpg");
	    background-size: 100% 100%;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	    .screen-pip {
	        background-image: url("/safari/images/screen-pip-small_2x.jpg")
	    }
	}
}

/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 735px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}