/* Ipad Pro */
@media screen and (max-width: 1024px) {
}

/* Ipad */
@media screen and (max-width: 768px) {
}

/* Surface Duo */
@media screen and (max-width: 540px) {
}

/* when resized on monitor*/
@media screen and (max-width: 500px) {
}

/* Iphone 6/7/8 Plus */
@media screen and (max-width: 414px) {
}

/* pixel2, pixel 2XL */
@media screen and (max-width: 411px) {
}

/* Iphone 6/7/8, Iphone X */
@media screen and (max-width: 375px) {
}

/* MotoG4, Galaxy S5 */
@media screen and (max-width: 360px) {
}

/* Iphone 5SE */
@media screen and (max-width: 320px) {
}

/* Galaxy Fold */
@media screen and (max-width: 280px) {
}
