.capnShrink .dvHeader {
 	background: url(../images/headerbg.jpg) center center repeat;
 }

 body.capnShrink {
 	width: 100% !important;
 	margin-left: 0 !important;
 }

 .dvFooterContent {
 	margin-right: 10%;
 }

 .dvMainImages {
 	position: relative;
 }

 .imgLapTop {
 	position: relative;
 }

 .iconWarning {
 	font-size: 8vw;
 	z-index: 100;
 	position: absolute;
 	color: #2e4257;
 	top: 7%;
 	left: 38%;
 }

 @media ( max-width : 1024px) {
 	.iconWarning {
 		font-size: 14vw;
 		top: 10%;
 		left: 40%;
 	}
 	.dvMainDetails {
 		float: none;
 	}

 	.dvFooter {
     position: initial;
 }
 }

 .dvFooter {
 	position: fixed;
 } 