/*responsive*/
@media only screen and (max-width : 1243px){

}
@media only screen and (max-width : 1024px){

}

@media only screen and (max-width : 751px) {

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}
@media only screen and (max-width : 360px) {

}