@import url(../media/settings.css);

/* 1920x1200 */

@media screen and (max-width: 1919px) and (max-height: 1199px) {
      .1920x1200 {display: none;}}

/* 1920x1080 */

@media screen and (max-width: 1919px) and (max-height: 1079px) {
      .1920x1080 {display: none;}}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
      .1920x1080 {display: none;}}

/* 1280x720 */

@media screen and (min-width: 1280px) and (min-height: 720px) {
      .1280x720 {display: none;}}