.content {
	padding:0;
}
.home {
	position:relative;
	width:100%;
}
.home:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.home-banner {
	padding-top:13px;
	padding-bottom:13px;
	font-size:24px;
	text-align:center;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:98;
}

#homepage-prev 			{ background-image:url(../../themes/default/images/homepage/left_button.png);			}
#homepage-prev:hover 	{ background-image:url(../../themes/default/images/homepage/left_button_hover.png);		}
#homepage-next 			{ background-image:url(../../themes/default/images/homepage/right_button.png);			}
#homepage-next:hover	{ background-image:url(../../themes/default/images/homepage/right_button_hover.png);	}
#homepage-prev, #homepage-next {
	cursor: 	pointer;
	position:	absolute;
	width:		42px;
	height:		75px;
	top:		0;
	bottom:		0;
	margin:		auto;
	z-index:	98;
}
#homepage-prev { left: 	0; }
#homepage-next { right:	0; }

.home img {
	position:absolute;
	top:0; bottom:0; right:0; left:0;
}

@media all and (max-width: 440px) {
	.home {
		margin-bottom:101px;
	}
	.home-banner {
		bottom:-101px;
		min-height:75px;
	}	
}
@media all and (max-width: 330px) {
	.home {
		margin-bottom:126px;
	}
	.home-banner {
		bottom:-126px;
		min-height:100px;
	}	
}

