
/****** Mobile ******/
@media screen and (max-width:690px){

}
/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {
}
/****** Desktop Device ******/
@media screen and (min-width:900px) and (max-width:1150px) {
}
