
@media only screen and (max-width: 1150px) {
#slider{
	width: 800px;
    height: 600px;
    background-size: 100% 100%;
}

}
@media only screen and (max-width: 1070px) {
	
	.videos{
		width: 400px;
		overflow: hidden;
		
	}
.logos{
	left: 90px;
}
	.video-image ,.image-div-bottom{
    width: 330px;
    height: 401px;
    margin-top: 220px;
    display: none;
}

.color-white h1 {
    font-size: 30px;
    color: #222;
    border-bottom: 1px solid #fcc7b0;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
    margin-left: 60px;
    margin-top: 150px;
    font-size: 17px;
    
    padding: 5px 8px;
    width: 250px;
    text-align: center;
}
.color-white p {
	width: 400px;
    font-size: 14px;
    line-height: 25px;
    color: #66788a;
    padding: 5px;
    text-align: center;
    width: 380px;
    font-family: 'dejavu_sansbook';
}
.about_a{
	left: 120px;
}
}
@media only screen and (max-width: 820px) {
#slider{
	width: 600px;
    height: 400px !important;
   
}

}

@media only screen and (max-width: 620px) {
#slider{
	width: 380px;
    height: 200px !important;
   
}

}