@media all and (max-width: 1050px) {
	#topbar {
		min-width: 0;
	}
		#insidetopbar {
			width: auto;
		}
			#insidetopbar > div {
				float: none;
				width: auto;
				text-align: center;
			}
			#insidetopbar #leftf {
				display: none;
			}
	#crumbtrail {
		width: auto;
		background-color: #F00001;
		background-position: center center;
		background-size: contain;
		display: none;
	}
		#crumbtrail .inside {
			padding: 15px 5%!important;
		}
	#carmenu {
		display: none;
	}
	div#wrapper {
		width: auto;
	}
		div#fullwidthbody {
			float: none;
			width: auto;
			padding: 0 5%;
		}
			#formaroundlanding {
				float: none;
				width: auto;
				margin: 15px 0 0 0;
				text-align: center;
			}
				#formaroundlanding #lifeenq {
					display: inline-block;
					max-width: 100%;
				}
			div#surroundcontents {
				float: none;
				width: auto;
				padding: 0;
			}
				#surroundcontents table {
					width: 100%;
				}
				#surroundcontents > p > img {
					display: block;
					max-width: 100%;
					height: auto;
				}
			.surroundings {
				width: auto;
			}
				.surroundings1 {
					float: none;
					width: auto;
					margin: 0 0 20px 0;
				}
				.surroundings2 {
					float: none;
					width: 100%;
					display: inline-block;
					text-align: center;
				}
					.around_bayer_form {
						margin: 0 0 15px 0;
						overflow: auto;
						-webkit-overflow-scrolling: touch;
					}
						.around_bayer_form iframe {
							width: 100%;
						}
						.bk-around {
							width: auto;
							height: auto;
						}
						.around_like {
							padding: 0;
							display: none;
						}
					.around_bayer_bkmrks {
						display: inline-block;
						margin-left: -87px;
					}
		.disclaimer {
			display: none;
		}
		#aroundfooter {
			padding: 0;
		}
			div#footer {
				width: auto;
			}
}
@media all and (max-width: 600px) {
	.lifeimg {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 15px 0;
	}
		.lifeimg img {
			display: block;
			width: 100%;
			height: auto;
		}
	.around_bayer_form iframe {
		height: 1200px;
	}
	.around_bayer_bkmrks {
		margin: 0;
	}
	.fbbuttonshare, .buzzbutton {
		display: none;
	}
}
@media all and (max-width: 400px) {
	.around_bayer_form iframe {
		height: 1350px;
	}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.around_bayer_form iframe {
		height: 1400px;
	}
}
@media all and (max-width: 319px) {
	div#wrapper, #aroundfooter {
		width: 320px;
	}
}