img{
max-width: 100%;
height: auto;
overflow: hidden;
}

body{
	position: relative;
  overflow-x: hidden;
}

@media all and (max-width:800px){
	img{
		max-width: 80%;
			margin: auto;
	}
	#container {
		max-width: 930px;
		min-width: 320px;
		overflow: hidden;
	}
	#content {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
}

@media all and (max-width: 600px) {
	.heightasviewport {
		width: 100%;
	}
	.heightasviewport {
		height: 60vh !important;
	}
	.amore-welcome-top {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.down-arrow {
		bottom: -80px;
	}
}