



/* ============ small devices ============ */
@media screen and (max-width: 600px) 
 {
    #images_row {display:none;}
    #slides {display:block;}
}
/* ============ small devices .end// ============ */

/* ============ desktop view ============ */
@media screen and (min-width: 601px) 
 {
    #images_row {display:block;}
    #slides {display:none;}
  
}
/* ============ desktop view .end// ============ */
