@charset "utf-8";
/* CSS Document */

@media (min-width : 1025px) and (max-width : 1280px) {
	
/**peteradouglas Contact**/
.fullscreen-image-container img {
    height: 100%;
}
.background-image-container {
    /*height: 500px;*/
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
}
.background-image-container img{
	float:left;
	overflow:hidden;
	width:100%;
	height: auto;
}
/*.background-image-container{
	width:920px;
	height:640px;
	overflow:hidden;
}*/
.slideshow-navigation {
	bottom: 18px;
}
#content .bottom-section{
	width:92%;
	bottom: 0;
}
}