
.browser-frame {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: .5rem;
}

.browser-head {
	position: relative;
	z-index: 10;
	line-height: 0;
}

a.browser-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin-top: 1.12%;
	text-decoration: none !important;
	font-size: 25%;
}

.browser-head img {
	display: block;
	width: 100%;
}

.image-compare {
	position: relative;
	padding-bottom: 100%;
	border-left: 2px solid #c2c1c3;
	border-right: 2px solid #c2c1c3;
	border-bottom: 2px solid #c2c1c3;
}

.image-compare img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.browser-titles {
	display: flex;
	justify-content: space-between;
}

div.icv__fluidwrapper, div.icv__wrapper {
	background-position: top center !important;
}

.icv__control-line {
	width: 4px !important;
	box-shadow: rgba(0, 0, 0, 80%) 0px 0px 15px !important;
}

.icv__circle {
	background-color: #fff;
}

.image-compare-cta {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

@media screen and (min-width: 600px) {
	.image-compare {
		padding-bottom: 75%;
	}
	
	a.browser-link {
		font-size: 35%;
	}
}

@media screen and (min-width: 768px) {
	.image-compare {
		padding-bottom: 65%;
	}
	
	a.browser-link {
		font-size: 45%;
	}
}

@media screen and (min-width: 992px) {
	body {
		overflow: auto !important;
	}
	
	.image-compare {
		padding-bottom: 60%;
	}
}

@media screen and (min-width: 1200px) {
	.image-compare {
		padding-bottom: 55%;
	}
}

@media screen and (min-width: 1440px) {
	.image-compare {
		padding-bottom: 50%;
	}
	
	a.browser-link {
		font-size: .8rem;
	}
}

@media screen and (min-width: 1680px) {
	.image-compare {
		padding-bottom: 45%;
	}
	
	a.browser-link {
		font-size: .9rem;
	}
}
