@media only screen and (max-width: 1600px) {
	
	#top_banner {
    width: 100%;
    float: left;
    height: 87vh;
    background-size: cover!important;
    background-position: 100% 60%!important;
    background-repeat: no-repeat!important;
    position: relative;
}
	
	.wrapper{max-width:90%;}
	
}

@media only screen and (max-width: 768px) {
	
	
	.conny_1  .split > div:last-child{background-position: left top!important; min-height:500px;} 
	.conny_2  .split.two > div:first-child{order:1!important}
	
	.conny_3 .split > div:last-child {
    background-position: center!Important;
}
	
	#conny .wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
	
	.split.two > div {
    padding: 40px;
}
	
	#contact_block .wrapper > span:first-child, #contact_block .wrapper > span:last-child{width:100%;}
	#menu a:nth-child(1), #menu a:nth-child(2), #menu a:nth-child(3){display:none;}
	
	#menu {
    float: right;
		display:none;
    margin-top: 0;
		margin:20px 0 20px 0;
    width: 100%;
}
	
	#logo {
  margin-top:20px;
    width: 100%;
    text-align: center;
		margin-bottom:20px;
}
	.wrapper {
   max-width:95%;
    margin: 0px auto;

}
	
	.split.two > div:last-child{min-height:400px;}
	span.mobile p{    color: #fff;
    font-size: 25px;
    line-height: 30px;}
	span.mobile h1{    color: #fff;
    font-size: 35px;
    line-height: 40px;
    text-align: center;}
	
	div#contact_block{padding-top:30px;}
	#logo img{max-width:200px}
	
	.facey{ display:none;}
	.desktop{display:none!important;}
	span.mobile{display:block!important; width:100%; float:left; background:#1c5dbd;padding:40px; text-align: center}
#top_banner {
    width: 100%;
    float: left;
    height: 250px;
    background-size: contain!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    position: relative;
	background-color: #1c5dbd;
}
	#top_banner > span{top:16%;}
	
	.split {
    display: flex;
    align-content: stretch;
    flex-direction: column;
}
	
	#contact_block .wrapper > span:last-child {
   
    float: left;
    margin: 0;
    padding: 0 40px 40px 40px;
}
	
	
	img.reviews {
    width: 200px;
    max-width: 160px!important;
		
	}
	#contact_block .wrapper > span:first-child {

    float: left;
    margin: 0 0 50px 0;
    padding: 0 40px;
}
	.split > div{width:100%; padding:40px;}
	
	p br, h1 br{display:block!important}
.split > div:last-child {
    min-height: 250px;
    /* background-attachment: fixed!important; */
    width: 110%;
    overflow: hidden!important;
    /* left: 10%!important; */
    /* position: relative; */
    margin-left: -7%;
    background-position: bottom!important;
}
	#contact_cons > a{font-size:16px;}
	#top_banner h1 {
    font-size: 42px;
		line-height:60px;
    margin: 0 0 30px 0;text-shadow: 2px 1px 2px rgba(0,0,0,1);
}
	
	
	#top_banner p {
    font-size: 25px;text-shadow: 2px 1px 2px rgba(0,0,0,1);
		line-height:40px;
}
	
	
	#top_banner a {
    background: hsla(195, 62%, 51%, 1);
    background: linear-gradient(90deg, hsla(195, 62%, 51%, 1) 0%, hsla(204, 73%, 43%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(195, 62%, 51%, 1) 0%, hsla(204, 73%, 43%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(195, 62%, 51%, 1) 0%, hsla(204, 73%, 43%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#34A7CF", endColorstr="#1D7CBC", GradientType=1 );
    padding: 10px;
    width: 200px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 21px;
}
	
}