#logocont {
	width: 230px;
	height: 60px;
	background-image:url('https://www.bendtools.eu/img/style/pt_logo.svg');
	background-position: left;
	background-size: cover;
	}
#frontimgcont {
	width: 100%;
	height: 340px;
	background-image:url('https://www.bendtools.eu/img/pics/bendtools_main_1300x340.jpg');
	background-position: right;
	background-size: cover;
	overflow: hidden;				
	}
@media screen 
and (min-width:761px)
and (max-width:999px){
#frontimgcont {
				height: 300px;
				}
}
@media screen and (max-width: 760px) {
#logocont {
				width: 60px;
				height: 60px;
				background-image:url('https://www.bendtools.eu/img/style/pt_logo_small.svg');
				background-position: left;
				background-size: cover;
				}
#frontimgcont {
				height: 280px;			
				}
}
@media screen 
and (min-width:321px)
and (max-width:400px){
#frontimgcont {
				height: 260px;
				}
}
@media screen 
and (min-width:1px)
and (max-width:320px){
#frontimgcont {
				height: 220px;
				}
}