@media only screen and (max-width: 1920px){

}
/*1600*/
@media only screen and (max-width: 1600px){



}  

/*1440*/
@media only screen and (max-width: 1440px){

.floatslide{max-height:600px; }

}


/*1280*/
 @media only screen and (max-width: 1280px){
 	

}


/*1024*/
@media only screen and (max-width: 1024px){

 

}

@media only screen and (max-width: 900px){



}

@media only screen and (max-width: 768px){
.floatslide{max-height:500px; }

}