diff --git a/css/global.css b/css/global.css index 4ced72c..cca29d6 100644 --- a/css/global.css +++ b/css/global.css @@ -917,3 +917,47 @@ a:hover { } + + +@media (min-width: 2000px) { + + .left_banner { + width: 520px !important; + height: 850px !important; + top: 280px !important; + left: 20px !important; + right: auto !important; + } + + .right_banner { + width: 520px !important; + height: 850px !important; + top: 180px !important; + right: 20px !important; + left: auto !important; + } +} + + + + + + +@media (min-width: 2000px) { + + .left_banner { + width: 520px !important; + height: 850px !important; + top: 280px !important; + left: 20px !important; + right: auto !important; + } + + .right_banner { + width: 520px !important; + height: 850px !important; + top: 180px !important; + right: 20px !important; + left: auto !important; + } +}