@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.header .container {
  width: 100%;
  height: 28.98551vw;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header .container {
    width: 897px;
    height: 260px;
    margin: 0 auto;
  }
}

.header .container .gamelogo {
  max-width: 209px;
  width: 23.29989%;
  height: 16.16499vw;
  max-height: 145px;
  position: absolute;
  top: clamp(10px, 2.22965vw, 69px);
  right: 5%;
  background: transparent url(../../images/irichlogo_b.png) 92% top no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 992px) {
  .header .container .gamelogo {
    top: 20px;
    right: 0;
  }
}

.header .container .contactInfo {
  max-width: 568px;
  width: 63.32219%;
  height: 10.25641vw;
  max-height: 92px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent url(../../images/cellphone.png) 92% top no-repeat;
  background-size: 100%;
}

.contactus > .container {
  color: #f9daac;
  background: url(../../images/panel_TOP_Contactus.png);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 897;
  margin: 20px auto;
  z-index: 0;
  position: relative;
}

.contactus > .container::before {
  content: '';
  width: 100%;
  max-width: 897;
  height: calc(100% - 26vw);
  display: block;
  background: url(../../images/panel_cent_repeat.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: bottom center;
  z-index: -1;
  position: absolute;
  top: 12vw;
  left: 0;
}

@media screen and (min-width: 992px) {
  .contactus > .container::before {
    top: 124px;
    height: calc(100% - 280px);
  }
}

.contactus > .container::after {
  content: '';
  width: 100%;
  max-width: 897;
  height: 100%;
  display: block;
  background: url(../../images/panel_Bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  position: absolute;
  bottom: 0;
}

.contactus ul.cell {
  width: 70%;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 13.82386%;
  padding-bottom: 17.3913%;
}

.contactus ul.cell li {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .contactus ul.cell li {
    width: 45%;
  }
}

.contactus ul.cell li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
