#mnt-165hz {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bg-165hz.jpg) top center no-repeat ;
  background-size: cover;
}

#osd {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bg-osd.jpg) top center no-repeat ;
  background-size: cover;
  padding: 4% 0 0;
  overflow: hidden;
}

#osd img {
  vertical-align: bottom;
}

#osd .container {
  position: relative;
}

#osd .osdbox {
  display: none;
  width: 100%;
  padding-bottom: 5%;
}

#osd .osdbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#osd .osdbox.active .text, #osd .osdbox.active .mntbox .centerbox {
  -webkit-animation: 1s txtshow ease forwards;
  animation: 1s txtshow ease forwards;
}

#osd .txtbox {
  width: 40%;
  text-align: center;
  margin-right: 3%;
  padding-top: 4%;
}

#osd .imgbox {
  max-width: 850px;
}

#osd .mntbox {
  position: relative;
  top: 0;
}

#osd .mntbox .bgimg {
  position: relative;
  z-index: 0;
  top: 0;
}

#osd .mntbox .top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#osd .mntbox .centerbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#osd .slider-img {
  display: block;
}

#osd .slider-img div {
  display: none;
}

#osd .slider-img div.on {
  display: block;
}

#osd .slider-bt {
  position: absolute;
  width: 98%;
  top: 35%;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#osd .btprev {
  cursor: pointer;
}

#osd .btprev img {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bt-prev.png) center center no-repeat ;
  background-size: cover;
}

#osd .btprev:hover img {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bt-prev-ov.png) center center no-repeat ;
  background-size: cover;
}

#osd .btnext {
  cursor: pointer;
  background-color: none;
}

#osd .btnext img {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bt-next.png) center center no-repeat ;
  background-size: cover;
}

#osd .btnext:hover img {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bt-next-ov.png) center center no-repeat ;
  background-size: cover;
}

#osd .kb {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

#osd .osd-nav {
  padding-bottom: 5%;
}

#osd .osd-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#osd .osd-nav ul li {
  cursor: pointer;
  position: relative;
}

#osd .osd-nav ul li span {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #f00;
  opacity: 0.8;
  font-style: italic;
  text-align: center;
  text-shadow: #f00 0 0 30px;
  font-weight: bold;
}

#osd .osd-nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-nav-bs.png) top left no-repeat ;
  background-size: cover;
}

#osd .osd-nav ul li.active span, #osd .osd-nav ul li:hover span {
  opacity: 1;
}

#osd .osd-nav ul li.active:after, #osd .osd-nav ul li:hover:after {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-nav-ov.png) top left no-repeat ;
  background-size: cover;
}

@-webkit-keyframes txtshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txtshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#easy-to-use .osd-interface {
  opacity: 0;
}

#easy-to-use .centerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#easy-to-use.active .kb {
  -webkit-animation: 1s osd_kv ease forwards;
  animation: 1s osd_kv ease forwards;
}

#easy-to-use.active .osd-interface {
  -webkit-animation: 1s osdimg ease forwards;
  animation: 1s osdimg ease forwards;
}

@-webkit-keyframes osdimg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes osdimg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes osd_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes osd_kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#link-to-profile #gamebox {
  position: relative;
}

#link-to-profile #gamebox .game-logo {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: -100px;
}

#link-to-profile #gamebox .game-logo img {
  display: none;
}

#link-to-profile #gamebox .game-logo img.on {
  display: block;
}

#hot-key .bright img {
  position: absolute;
  top: 0;
  left: 0;
}

#hot-key .bright.on img:nth-child(2) {
  -webkit-animation: 3s bringtimg2 ease infinite;
  animation: 3s bringtimg2 ease infinite;
}

#hot-key .bright.on img:nth-child(4) {
  -webkit-animation: 3s bringtimg ease infinite;
  animation: 3s bringtimg ease infinite;
}

#hot-key .hotkey.on {
  -webkit-animation: 2s hotkey ease infinite;
  animation: 2s hotkey ease infinite;
}

@-webkit-keyframes bringtimg2 {
  0% {
    opacity: 0.3;
  }
  5% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.35;
  }
  15% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.45;
  }
  25% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.55;
  }
  35% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.9;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bringtimg2 {
  0% {
    opacity: 0.3;
  }
  5% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.35;
  }
  15% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.45;
  }
  25% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.55;
  }
  35% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.9;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bringtimg {
  0% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright00.png) center center no-repeat ;
    background-size: cover;
  }
  5% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright01.png) center center no-repeat ;
    background-size: cover;
  }
  10% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright02.png) center center no-repeat ;
    background-size: cover;
  }
  15% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright03.png) center center no-repeat ;
    background-size: cover;
  }
  20% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright04.png) center center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright05.png) center center no-repeat ;
    background-size: cover;
  }
  30% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright06.png) center center no-repeat ;
    background-size: cover;
  }
  35% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright07.png) center center no-repeat ;
    background-size: cover;
  }
  40% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright08.png) center center no-repeat ;
    background-size: cover;
  }
  45% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright09.png) center center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright10.png) center center no-repeat ;
    background-size: cover;
  }
  55% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright11.png) center center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright11.png) center center no-repeat ;
    background-size: cover;
  }
}

@keyframes bringtimg {
  0% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright00.png) center center no-repeat ;
    background-size: cover;
  }
  5% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright01.png) center center no-repeat ;
    background-size: cover;
  }
  10% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright02.png) center center no-repeat ;
    background-size: cover;
  }
  15% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright03.png) center center no-repeat ;
    background-size: cover;
  }
  20% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright04.png) center center no-repeat ;
    background-size: cover;
  }
  25% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright05.png) center center no-repeat ;
    background-size: cover;
  }
  30% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright06.png) center center no-repeat ;
    background-size: cover;
  }
  35% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright07.png) center center no-repeat ;
    background-size: cover;
  }
  40% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright08.png) center center no-repeat ;
    background-size: cover;
  }
  45% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright09.png) center center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright10.png) center center no-repeat ;
    background-size: cover;
  }
  55% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright11.png) center center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bright11.png) center center no-repeat ;
    background-size: cover;
  }
}

@-webkit-keyframes hotkey {
  0% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
  49% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-1.png) center center no-repeat ;
    background-size: cover;
  }
  99% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-1.png) center center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
}

@keyframes hotkey {
  0% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
  49% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
  50% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-1.png) center center no-repeat ;
    background-size: cover;
  }
  99% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-1.png) center center no-repeat ;
    background-size: cover;
  }
  100% {
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/osd-hotkey4-0.png) center center no-repeat ;
    background-size: cover;
  }
}

#split-window .splitimg img {
  position: absolute;
  top: 0;
  left: 0;
}

#split-window.active .splitimg img {
  -webkit-animation: 1s txtshow ease forwards;
  animation: 1s txtshow ease forwards;
  opacity: 0;
}

#split-window.active .splitimg img:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#split-window.active .splitimg img:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#split-window.active .splitimg img:nth-child(3) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#remote-display {
  overflow: hidden;
}

#remote-display .kb {
  visibility: hidden;
}

#remote-display .hand {
  position: absolute;
  right: 20%;
  bottom: 0;
}

#remote-display.active .hand {
  -webkit-animation: 1s osdhand ease forwards;
  animation: 1s osdhand ease forwards;
}

@-webkit-keyframes osdhand {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    bottom: -20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes osdhand {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    bottom: -20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@media screen and (max-width: 1920px) {
  #osd .txtbox {
    width: 50%;
  }
  #osd .imgbox {
    max-width: 650px;
  }
  #osd .kb {
    max-width: 450px;
    margin: 0 auto;
  }
  #osd .osd-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
  }
  #osd .osd-nav ul li {
    font-size: 18px;
  }
  #link-to-profile #gamebox .game-logo {
    top: -80px;
  }
  #link-to-profile #gamebox .game-logo img {
    height: 70px;
  }
  #remote-display .hand {
    right: 0%;
  }
  #remote-display .hand img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #osd .osd-nav ul li {
    max-width: 250px;
    font-size: 20px;
  }
  #remote-display .hand {
    right: -10%;
  }
  #remote-display .hand img {
    max-width: 70%;
  }
}

@media screen and (max-width: 1366px) {
  #osd .icon {
    max-width: 180px;
    margin: 0 auto;
  }
  #osd .osd-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  #osd .osd-nav ul li {
    font-size: 17px;
  }
  #link-to-profile #gamebox .game-logo {
    top: -70px;
  }
  #link-to-profile #gamebox .game-logo img {
    height: 60px;
  }
  #remote-display .hand {
    right: -15%;
  }
  #remote-display .hand img {
    max-width: 65%;
  }
}

@media screen and (max-width: 960px) {
  #osd {
    background: none;
  }
  #osd .container {
    width: 100%;
  }
  #osd .osdbox {
    display: block;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/OptixMAG271R/bg-osd.jpg) top center no-repeat ;
    background-size: cover;
  }
  #osd .osdbox.active {
    display: block;
  }
  #osd .txtbox {
    width: 100%;
    margin-right: auto;
    padding: 35px 0;
  }
  #osd .osd-nav {
    display: none;
  }
  #link-to-profile #gamebox .game-logo {
    position: relative;
    top: auto;
    text-align: center;
    padding-bottom: 10px;
  }
  #link-to-profile #gamebox .game-logo img {
    margin: 0 auto;
  }
  #remote-display .hand {
    right: -65%;
  }
  #remote-display .hand img {
    max-width: 45%;
  }
}

.mnt-compbox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mnt-compbox .txtbox {
  width: 40%;
  text-align: center;
  margin-left: 3%;
}

.mnt-compbox .twentytwenty-overlay,
.mnt-compbox .twentytwenty-before-label,
.mnt-compbox .twentytwenty-after-label {
  pointer-events: none;
}
