.a-eye-camera-top {
	background: #FFF;
}

.a-eye-top-back {
	position: relative;
	max-width: 1200px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin: auto;width: 100%!important;
}
.a-eye-top-back:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(https://www.techs-s.com/wp-content/themes/technoa/img/product/a-eye-camera/a-eye_top.jpg);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	z-index: 0;
}

.a-eye-top-block {
	position: relative;
	max-width: 500px;
	width: 100%;
	z-index: 3;
	padding: 0 10px;
}

.a-eye-camera-top figure {
	max-width: 400px;
	margin-bottom: -10px;
}

.a-eye-camera-top  h1 {
	color: #3D3C3A;
	font-size: 2em;
	text-align: left;
}

.a-eye-camera-top  h1 strong {
	color: #C73325;
	font-size: 1.2em;
}

.a-eye-camera-top  h1 span {
	display: block;
	font-size: 0.8em;
}



@media print, screen and (max-width: 1170px) {
	.a-eye-top-back:before {
		width: 50%;
	}
	.a-eye-top-block {
		background: rgba(255,255,255,0.6);
		padding: 20px;
	}
	
	
	
}

@media print, screen and (max-width: 560px){
	
	.a-eye-camera-top figure {
		width: 250px;
		margin: auto;
	}
	.a-eye-camera-top  h1 {
		font-size: 1.5em;
		text-align: center;
	}
	.a-eye-top-back {
		padding-bottom: 200px;
	}	
	
	.a-eye-top-back:before {
		width: 100%;
		bottom: 0;
		background-position: bottom;
	}

}


