@charset "utf-8";
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  padding: 0;
  background-image: url(/images/background.png);
  background-repeat: repeat;
  background-attachment: fixed;
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  background-color: #e5bc77;
  color: #563d11;
}
a:link {
  color: #563d11;
  text-decoration: none;
}
a:visited {
  color: #563d11;
  text-decoration: none;
}
a:hover {
  color: #563d11;
  text-decoration: underline;
  cursor: pointer;
}
a:active {
  color: #563d11;
  text-decoration: none;
}
img {
  display: block;
}
a img {
  border: 0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  padding: 0;
  border: 0;
  margin: 0;
}
h1, h2 {
  padding: 0;
  border: 0;
  margin: 0;
}
.clear {
  clear: both
}
#wrapper {
  width: 996px;
  margin: 0 auto;
  position: relative;
}
#header {
  position: relative;
}
.header_logo {
  padding-top: 15px;
  padding-bottom: 11px;
  width: 255px;
  display: block;
  margin: 0 auto;
}
.header_share {
  float: right;
  right: 0;
  bottom: 13px;
  font-size: 1px;
  position: absolute;
}
.header_share_facebook {
  padding-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.header_share_bookmark {
  display: inline-block;
  vertical-align: top;
}
.device_screens, .screens_menu {
  display: none;
}
#navigation_background {
  background-color: #6f8627;
  height: 70px;
  border-bottom: 3px solid #cca967;
  margin-bottom: 9px;
  position: relative;
  z-index: 999;
}
ul.nav {
  float: left;
  width: 996px;
  border-bottom: 6px solid #56681e;
}
ul.nav li {
  float: left;
  border-left: 1px solid #56681e;
  height: 64px;
  line-height: 64px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.nav li:first-child {
  border-left: 0 none;
}
ul.nav li:hover {
  background-color: #5f751c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.nav li:hover:last-child {
  border-right: 4px solid #5f751c;
  -webkit-transition-duration: 0.0s;
  transition-duration: 0.0s;
}
ul.nav a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 0 50px 0 49px;
  text-align: center;
  font-family: 'Stylish', impact;
  font-size: 25px;
}
ul.nav ul {
  visibility: hidden;
  position: absolute;
  transition: all .2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}
nav li:hover ul {
  visibility: visible;
  transform: scaleY(1);
}
ul.nav ul li:hover:last-child {
  border-right: none;
}
ul.nav ul li {
  float: none;
}
ul.nav ul li {
  width: 299px;
  white-space: nowrap;
  overflow: hidden;
  border-left: 0 none;
  border-top: 1px solid #56681e;
  margin-left: -117px;
  text-align: center;
  background-color: #7b9235;
}
ul.nav ul li:first-child {
  border-top: 3px solid #56681e;
}
.index_adv1_responsive {
  font-size: 1px;
  display: block;
  padding-bottom: 12px;
}
.main {
  width: 100%;
  float: left;
}
.footspacer {
  margin-bottom: 50px;
}
.main_intro {
  background-image: url("images/intro-bg.png");
  background-repeat: repeat;
  background-color: #faf4e7;
  float: left;
  width: 648px;
  height: 280px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
.main_intro_top_image {
  display: block;
}
.main_intro_foot_image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main_intro_head {
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.main_intro_head_left {
  padding-top: 10px;
  padding-right: 8px;
  float: left;
}
.main_intro_head_text {
  z-index: 99;
  float: left;
  font-family: 'Stylish', sans-serif;
  font-size: 33px;
  color: #b19463;
  line-height: 20px;
}
.main_intro_head_right {
  padding-top: 10px;
  padding-left: 6px;
  float: left;
}
.main_intro_text {
  text-align: center;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 28px;
}
.adv_336 {
  width: 336px;
  height: 280px;
  float: left;
  background-color: #f4e6ca;
}
.main_games {
  background-color: #f4e6ca;
  float: left;
  width: 100%;
}
.main_game {
  margin-top: 12px;
  margin-left: 12px;
  float: left;
  width: 316px;
}
.main_game_image {
  width: 316px;
  height: auto;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
.main_game_image:hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-filter: brightness(112%);
  filter: brightness(112%);
}
.main_game_head {
  float: left;
  width: 100%;
}
.main_game_title {
  padding-top: 6px;
  float: left;
  font-weight: 500;
  color: #9d211a;
}
.main_game_title a:link {
  text-decoration: none;
  color: #9d211a;
}
.main_game_title a:visited {
  text-decoration: none;
  color: #9d211a;
}
.main_game_title a:hover {
  text-decoration: underline;
  color: #9d211a;
}
.main_game_title a:active {
  text-decoration: none;
  color: #9d211a;
}
.main_game_vote {
  padding-top: 6px;
  float: right;
}
.main_game_text {
  padding-top: 4px;
  padding-right: 2px;
  line-height: 24px;
  clear: both;
}
.more_games {
  clear: both;
  padding-top: 10px;
}
.more_games a:hover {
  text-decoration: none;
}
.more_games_button {
  font-family: 'Stylish', sans-serif !important;
  color: #ffffff;
  font-size: 28px !important;
  text-align: center;
  display: block;
  outline: none;
  padding: 16px 16px;
  margin: 0 12px 12px 12px;
  background-color: #788d33;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
.more_games_button:hover {
  background: #6d812b;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
.index_adv2_responsive {
  margin-top: 12px;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  float: left;
  width: 100%;
}
.sub_adv1_responsive, .sub_adv2_responsive {
  display: none;
}
#sub_adv {
  float: left;
  margin-right: 12px;
  width: 208px;
}
.sub_adv_code_1 {
  font-size: 1px;
  background-color: #f8efde;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
.sub_adv_code_2 {
  font-size: 1px;
  background-color: #f7edd9;
  padding-top: 18px;
  padding-left: 24px;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
#sub_article {
  float: left;
  width: 776px;
  background-color: #f8efde;
  padding-bottom: 3px;
}
#sub_article_friends {
  float: left;
  width: 100%;
  background-color: #f8efde;
}
.sub_article_head {
  color: #9b230c;
  font-weight: 500;
  font-size: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 8px;
}
.sub_article_title {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  font-weight: 600;
}
.sub_article_text {
  line-height: 22px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.sub_article_text a:link {
  color: #005aff;
  text-decoration: none;
}
.sub_article_text a:visited {
  color: #005aff;
}
.sub_article_text a:hover {
  color: #005aff;
  text-decoration: underline;
}
.sub_article_text a:active {
  color: #005aff;
}
.sub_article_text_privacy {
  line-height: 22px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
}
.sub_article_text_privacy a:hover {
  text-decoration: none;
}
.sub_article_img {
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
}
.sub_article_mailform {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.game_adv1_responsive {
  display: none;
}
.game_adv_side_l_300 {
  font-size: 1px;
  position: absolute;
  top: 516px;
  left: -352px;
  width: 300px;
  height: 600px;
}
.game_adv_side_r_300 {
  font-size: 1px;
  position: absolute;
  top: 516px;
  left: 1048px;
  width: 300px;
  height: 600px;
}
.game_adv_side_l_160 {
  display: none;
}
.game_adv_side_r_160 {
  display: none;
}
.game {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  background-color: #f4e3c4;
  border: 6px solid #f8f0e3;
  box-sizing: border-box;
}
.game_adv1 {
  width: 728px;
  height: 90px;
  background-color: #ecd3a7;
  font-size: 1px;
  margin: 0px auto;
  margin-top: 12px;
  margin-bottom: 150px;
}
.game_htlm5 {
  text-align: center;
}
#game_share {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 1px;
}
.game_share_button {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.game_share_button_bookmark {
  display: inline-block;
  vertical-align: top;
}
.game_adv2 {
  font-size: 1px;
  width: 728px;
  height: 90px;
  background-color: #ecd3a7;
  margin: 0px auto;
  margin-top: 92px;
  margin-bottom: 12px;
}
.game_adv2_responsive {
  display: none;
}
.info {
  float: left;
  width: 100%;
  background-image: url("images/info-bg.png");
  background-repeat: repeat;
  background-color: #faf4e7;
  color: #694b18;
}
.info_top_image {
  display: block;
}
.info_foot_image {
  clear: both;
}
.info_padding {
  padding-top: 11px;
  padding-left: 46px;
  padding-bottom: 0;
  padding-right: 45px
}
.info_titles {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 22px;
}
.info_text {
  line-height: 22px;
  padding-bottom: 10px;
}
.voting_img {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 6px;
}
.voting_counting {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  padding-top: 1px;
  position: absolute;
}
.voting_radio {
  padding-top: 2px;
  margin-left: -3px;
  padding-bottom: 15px;
}
input[type='radio'] {
  vertical-align: top;
  width: 15px;
  height: 15px;
}
.voting_send {
  color: #7c6034;
  font-size: 18px;
  font-weight: 600;
  height: 52px;
  width: 200px;
  border: 0;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  background-color: #eedcbb;
  cursor: pointer;
  margin-bottom: 6px;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -webkit-appearance: none;
}
.voting_send:hover {
  background-color: #e4d0ab;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
.voting_info {
  color: #e75c08;
  font-weight: 500;
  margin-bottom: 6px;
  display: table-row;
}
.game_adv3_responsive {
  display: none
}
.gameboss_fixed_640 {
  width: 800px;
  height: 640px;
}
.gameboss_fixed_600 {
  width: 800px;
  height: 600px;
}
.mahjong-connect-2 {
  width: 800px;
  height: 600px;
}
.mahjong-hotel {
  width: 800px;
  height: 600px;
}
.mahjong-dimensions-3d {
  width: 800px;
  height: 600px;
}
.daily-mahjong {
  width: 800px;
  height: 600px;
}
.mahjong-titans {
  width: 800px;
  height: 600px;
}
.mahjong-pyramid {
  width: 800px;
  height: 600px;
}
.mahjong-quest {
  width: 800px;
  height: 600px;
}
.mahjong-online {
  width: 800px;
  height: 640px;
}
.mahjong-remix {
  width: 766px;
  height: 575px;
}
.mahjong-challenge {
  width: 800px;
  height: 600px;
}
.dark-dimensions {
  width: 800px;
  height: 525px;
}
.mahjong-conn {
  width: 800px;
  height: 586px;
}
.mahjong-fortuna-2 {
  width: 800px;
  height: 572px;
}
.mahjong-fortuna {
  width: 800px;
  height: 572px;
}
.shanghai {
  width: 800px;
  height: 534px;
}
.mahjong-world-contest {
  width: 800px;
  height: 533px;
}
.dimensions {
  width: 800px;
  height: 525px;
}
.mahjong-summer {
  width: 800px;
  height: 480px;
}
.mahjong-fun {
  width: 784px;
  height: 490px;
}
.mahjong-express {
  width: 762px;
  height: 550px;
}
.mahjong-toys {
  width: 762px;
  height: 500px;
}
.frvr-mahjong {
  width: 731px;
  height: 550px;
}
.mahjong-journey {
  width: 731px;
  height: 550px;
}
.mahjongg {
  width: 728px;
  height: 546px;
}
.mahjong-alchemy {
  width: 680px;
  height: 500px;
}
.candy-mahjong {
  width: 667px;
  height: 500px;
}
.monsterjong {
  width: 534px;
  height: 610px;
}
@media (max-width: 1750px) {
  .game_adv_side_l_300, .game_adv_side_r_300 {
    display: none;
  }
  .game_adv_side_l_160 {
    font-size: 1px;
    display: block;
    position: absolute;
    top: 516px;
    left: -212px;
    width: 160px;
    height: 600px;
  }
  .game_adv_side_r_160 {
    font-size: 1px;
    display: block;
    position: absolute;
    top: 516px;
    left: 1048px;
    width: 160px;
    height: 600px;
  }
}
@media (max-width: 1500px) {
  .game_adv_side_l_160 {
    display: none;
  }
  #wrapper {
    margin-left: 11px;
    margin-right: auto;
  }
}
@media (max-width: 1279px) {
  .game_adv_side_r_160 {
    display: none;
  }
}
@media (max-width: 1023px) {
  #wrapper {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  #navigation_background, .adv_336, #sub_adv {
    display: none
  }
  .header_share_facebook {
    padding-right: 0;
  }
  .header_share_bookmark {
    display: none;
  }
  .main_intro {
    background-image: none;
    background-color: #faf4e7;
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0;
    box-shadow: inset 0 0 0 10px #faf4e7, inset 0 0 0 12px #dac39a;
    box-sizing: border-box;
  }
  .main_intro_top_image {
    display: none;
  }
  .main_intro_foot_image {
    display: none;
  }
  .main_intro_head {
    padding-top: 28px;
    padding-bottom: 14px;
  }
  .main_intro_text {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 22px;
  }
  .main_game {
    width: 366px;
    margin-left: 12px;
    margin-top: 12px;
  }
  .main_game_image {
    width: 366px;
  }
  #sub_article {
    width: 100%;
  }
  .game_htlm5 {
    padding-top: 12px
  }
  .game_share_button_bookmark {
    display: none;
  }
  .info {
    background-image: none;
    box-shadow: inset 0 0 0 10px #faf4e7, inset 0 0 0 12px #dac39a;
    box-sizing: border-box;
  }
  .info_top_image {
    display: none;
  }
  .info_padding {
    padding-top: 37px;
    padding-bottom: 26px;
  }
  .info_foot_image {
    display: none;
  }
  .info_titles {
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 22px;
  }
  .info_padding {
    padding-top: 22px;
    padding-left: 29px;
    padding-bottom: 9px;
    padding-right: 25px;
  }
  .sub_adv1_responsive {
    font-size: 1px;
    display: block;
    padding-bottom: 12px;
    padding-top: 2px;
  }
  .sub_adv2_responsive {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .game_adv3_responsive {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    float: left;
    width: 100%;
  }
  .screens_btn {
    background: #6f8627;
    padding: 8px 12px 8px 12px;
    margin: 10px 8px 12px 4px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    border-bottom: 6px solid #56681e;
  }
  .screens_menu {
    *zoom: 1;
    display: block;
    margin-top: 0;
    font-size: 20px;
    font-family: 'Stylish', sans-serif;
    box-sizing: border-box;
    position: relative;
  }
  .screens_menu:before {
    content: " ";
    display: table;
  }
  .screens_menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .screens_menutxt {
    float: left;
    color: #ffffff;
    font-family: 'Stylish', sans-serif;
    font-size: 28px;
  }
  .screens_icon {
    float: left;
    margin: 12px 0 0 7px;
  }
  .screens_icon-bar + .screens_icon-bar {
    margin-top: 4px;
  }
  .screens_icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
  }
  .screens_nav {
    clear: both;
    font-size: 22px;
    list-style: none;
    background-color: #829d2f;
    display: block;
    position: static !important;
    width: 100%;
  }
  .screens_nav ul {
    display: block;
  }
  .screens_nav li {
    display: block;
  }
  .screens_nav a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 11px 0 12px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #667e1c;
  }
  .screens_nav a:hover {
    background: #7b952d;
    text-decoration: none;
  }
  .screens_item {
    cursor: pointer;
  }
  .screens_item a {
    display: inline;
  }
  .footspacer {
    margin-bottom: 12px;
  }
  .gameboss_fixed_640 {
    width: 716px;
    height: 573px;
  }
  .gameboss_fixed_600 {
    width: 716px;
    height: 537px;
  }
  .mahjong-connect-2 {
    width: 716px;
    height: 537px;
  }
  .mahjong-hotel {
    width: 716px;
    height: 537px;
  }
  .mahjong-dimensions-3d {
    width: 716px;
    height: 537px;
  }
  .daily-mahjong {
    width: 716px;
    height: 537px;
  }
  .mahjong-titans {
    width: 716px;
    height: 537px;
  }
  .mahjong-pyramid {
    width: 716px;
    height: 537px;
  }
  .mahjong-quest {
    width: 716px;
    height: 537px;
  }
  .mahjong-online {
    width: 716px;
    height: 573px;
  }
  .mahjong-remix {
    width: 716px;
    height: 537px;
  }
  .mahjong-challenge {
    width: 716px;
    height: 537px;
  }
  .dark-dimensions {
    width: 716px;
    height: 470px;
  }
  .mahjong-conn {
    width: 716px;
    height: 524px;
  }
  .mahjong-fortuna-2 {
    width: 716px;
    height: 512px;
  }
  .mahjong-fortuna {
    width: 716px;
    height: 512px;
  }
  .shanghai {
    width: 716px;
    height: 478px;
  }
  .mahjong-world-contest {
    width: 716px;
    height: 477px;
  }
  .dimensions {
    width: 716px;
    height: 470px;
  }
  .mahjong-summer {
    width: 716px;
    height: 430px;
  }
  .mahjong-fun {
    width: 716px;
    height: 448px;
  }
  .mahjong-express {
    width: 716px;
    height: 517px;
  }
  .mahjong-toys {
    width: 716px;
    height: 470px;
  }
  .frvr-mahjong {
    width: 716px;
    height: 539px;
  }
  .mahjong-journey {
    width: 716px;
    height: 539px;
  }
  .mahjongg {
    width: 716px;
    height: 537px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    width: 630px;
  }
  .main_game {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 316px;
  }
  .main_game_image {
    width: 316px;
  }
  .game_adv1_responsive {
    font-size: 1px;
    display: block;
    margin-bottom: 132px;
    padding-top: 2px;
  }
  .game_adv1, .game_adv2 {
    display: none;
  }
  .game_adv2_responsive {
    display: block;
    margin-top: 92px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 1px;
  }
  .gameboss_fixed_640 {
    width: 578px;
    height: 462px;
  }
  .gameboss_fixed_600 {
    width: 578px;
    height: 434px;
  }
  .mahjong-connect-2 {
    width: 578px;
    height: 434px;
  }
  .mahjong-hotel {
    width: 578px;
    height: 434px;
  }
  .mahjong-dimensions-3d {
    width: 578px;
    height: 434px;
  }
  .daily-mahjong {
    width: 578px;
    height: 434px;
  }
  .mahjong-titans {
    width: 578px;
    height: 434px;
  }
  .mahjong-pyramid {
    width: 578px;
    height: 434px;
  }
  .mahjong-quest {
    width: 578px;
    height: 434px;
  }
  .mahjong-online {
    width: 578px;
    height: 462px;
  }
  .mahjong-remix {
    width: 578px;
    height: 434px;
  }
  .mahjong-challenge {
    width: 578px;
    height: 434px;
  }
  .dark-dimensions {
    width: 578px;
    height: 379px;
  }
  .mahjong-conn {
    width: 578px;
    height: 423px;
  }
  .mahjong-fortuna-2 {
    width: 578px;
    height: 413px;
  }
  .mahjong-fortuna {
    width: 578px;
    height: 413px;
  }
  .shanghai {
    width: 578px;
    height: 386px;
  }
  .mahjong-world-contest {
    width: 578px;
    height: 385px;
  }
  .dimensions {
    width: 578px;
    height: 379px;
  }
  .mahjong-summer {
    width: 578px;
    height: 347px;
  }
  .mahjong-fun {
    width: 578px;
    height: 361px;
  }
  .mahjong-express {
    width: 578px;
    height: 417px;
  }
  .mahjong-toys {
    width: 578px;
    height: 379px;
  }
  .frvr-mahjong {
    width: 578px;
    height: 435px;
  }
  .mahjong-journey {
    width: 578px;
    height: 435px;
  }
  .mahjongg {
    width: 578px;
    height: 434px;
  }
  .mahjong-alchemy {
    width: 578px;
    height: 425px;
  }
  .candy-mahjong {
    width: 578px;
    height: 433px;
  }
}
@media (max-width: 640px) {
  #wrapper {
    width: 502px;
  }
  .sub_article_text {
    text-align: justify;
  }
  .gameboss_fixed_640 {
    width: 450px;
    height: 360px;
  }
  .gameboss_fixed_600 {
    width: 450px;
    height: 338px;
  }
  .mahjong-connect-2 {
    width: 450px;
    height: 338px;
  }
  .mahjong-hotel {
    width: 450px;
    height: 338px;
  }
  .mahjong-dimensions-3d {
    width: 450px;
    height: 338px;
  }
  .daily-mahjong {
    width: 450px;
    height: 338px;
  }
  .mahjong-titans {
    width: 450px;
    height: 338px;
  }
  .mahjong-pyramid {
    width: 450px;
    height: 338px;
  }
  .mahjong-quest {
    width: 450px;
    height: 338px;
  }
  .mahjong-online {
    width: 450px;
    height: 360px;
  }
  .mahjong-remix {
    width: 450px;
    height: 338px;
  }
  .mahjong-challenge {
    width: 450px;
    height: 338px;
  }
  .dark-dimensions {
    width: 450px;
    height: 295px;
  }
  .mahjong-conn {
    width: 450px;
    height: 330px;
  }
  .mahjong-fortuna-2 {
    width: 450px;
    height: 322px;
  }
  .mahjong-fortuna {
    width: 450px;
    height: 322px;
  }
  .shanghai {
    width: 450px;
    height: 300px;
  }
  .mahjong-world-contest {
    width: 450px;
    height: 300px;
  }
  .dimensions {
    width: 450px;
    height: 295px;
  }
  .mahjong-summer {
    width: 450px;
    height: 270px;
  }
  .mahjong-fun {
    width: 450px;
    height: 281px;
  }
  .mahjong-express {
    width: 450px;
    height: 325px;
  }
  .mahjong-toys {
    width: 450px;
    height: 295px;
  }
  .frvr-mahjong {
    width: 450px;
    height: 339px;
  }
  .mahjong-journey {
    width: 450px;
    height: 339px;
  }
  .mahjongg {
    width: 450px;
    height: 338px;
  }
  .mahjong-alchemy {
    width: 450px;
    height: 337px;
  }
  .candy-mahjong {
    width: 450px;
    height: 331px;
  }
  .monsterjong {
    width: 450px;
    height: 514px;
  }
}
@media (max-width: 525px) {
  #wrapper {
    width: 434px;
  }
  .header_share {
    float: none;
    bottom: 0;
    padding-bottom: 16px;
    position: relative;
    text-align: center;
    display: block;
  }
  .info_padding {
    padding-top: 22px;
    padding-left: 29px;
    padding-bottom: 9px;
    padding-right: 25px;
  }
  .gameboss_fixed_640 {
    width: 382px;
    height: 306px;
  }
  .gameboss_fixed_600 {
    width: 382px;
    height: 287px;
  }
  .mahjong-connect-2 {
    width: 382px;
    height: 287px;
  }
  .mahjong-hotel {
    width: 382px;
    height: 287px;
  }
  .mahjong-dimensions-3d {
    width: 382px;
    height: 287px;
  }
  .daily-mahjong {
    width: 382px;
    height: 287px;
  }
  .mahjong-titans {
    width: 382px;
    height: 287px;
  }
  .mahjong-pyramid {
    width: 382px;
    height: 287px;
  }
  .mahjong-quest {
    width: 382px;
    height: 287px;
  }
  .mahjong-online {
    width: 382px;
    height: 306px;
  }
  .mahjong-remix {
    width: 382px;
    height: 287px;
  }
  .mahjong-challenge {
    width: 382px;
    height: 287px;
  }
  .dark-dimensions {
    width: 382px;
    height: 251px;
  }
  .mahjong-conn {
    width: 382px;
    height: 280px;
  }
  .mahjong-fortuna-2 {
    width: 382px;
    height: 273px;
  }
  .mahjong-fortuna {
    width: 382px;
    height: 273px;
  }
  .shanghai {
    width: 382px;
    height: 255px;
  }
  .mahjong-world-contest {
    width: 382px;
    height: 255px;
  }
  .dimensions {
    width: 382px;
    height: 251px;
  }
  .mahjong-summer {
    width: 382px;
    height: 229px;
  }
  .mahjong-fun {
    width: 382px;
    height: 239px;
  }
  .mahjong-express {
    width: 382px;
    height: 276px;
  }
  .mahjong-toys {
    width: 382px;
    height: 251px;
  }
  .frvr-mahjong {
    width: 382px;
    height: 287px;
  }
  .mahjong-journey {
    width: 382px;
    height: 287px;
  }
  .mahjongg {
    width: 382px;
    height: 287px;
  }
  .mahjong-alchemy {
    width: 382px;
    height: 281px;
  }
  .candy-mahjong {
    width: 382px;
    height: 286px;
  }
  .monsterjong {
    width: 382px;
    height: 436px;
  }
}
@media (max-width: 480px) {
  #wrapper {
    width: 320px;
  }
  .main_intro_head_left {
    display: none;
  }
  .main_intro_head_right {
    display: none;
  }
  .main_game {
    width: 300px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .main_game_image {
    width: 300px;
  }
  .more_games_button {
    margin: 0 10px 10px 10px;
  }
  .gameboss_fixed_640 {
    width: 268px;
    height: 214px;
  }
  .gameboss_fixed_600 {
    width: 268px;
    height: 201px;
  }
  .mahjong-connect-2 {
    width: 268px;
    height: 201px;
  }
  .mahjong-hotel {
    width: 268px;
    height: 201px;
  }
  .mahjong-dimensions-3d {
    width: 268px;
    height: 201px;
  }
  .daily-mahjong {
    width: 268px;
    height: 201px;
  }
  .mahjong-titans {
    width: 268px;
    height: 201px;
  }
  .mahjong-pyramid {
    width: 268px;
    height: 201px;
  }
  .mahjong-quest {
    width: 268px;
    height: 201px;
  }
  .mahjong-online {
    width: 268px;
    height: 214px;
  }
  .mahjong-remix {
    width: 268px;
    height: 201px;
  }
  .mahjong-challenge {
    width: 268px;
    height: 201px;
  }
  .dark-dimensions {
    width: 268px;
    height: 176px;
  }
  .mahjong-conn {
    width: 268px;
    height: 196px;
  }
  .mahjong-fortuna-2 {
    width: 268px;
    height: 192px;
  }
  .mahjong-fortuna {
    width: 268px;
    height: 192px;
  }
  .shanghai {
    width: 268px;
    height: 179px;
  }
  .mahjong-world-contest {
    width: 268px;
    height: 179px;
  }
  .dimensions {
    width: 268px;
    height: 176px;
  }
  .mahjong-summer {
    width: 268px;
    height: 161px;
  }
  .mahjong-fun {
    width: 268px;
    height: 168px;
  }
  .mahjong-express {
    width: 268px;
    height: 193px;
  }
  .mahjong-toys {
    width: 268px;
    height: 176px;
  }
  .frvr-mahjong {
    width: 268px;
    height: 202px;
  }
  .mahjong-journey {
    width: 268px;
    height: 202px;
  }
  .mahjongg {
    width: 268px;
    height: 201px;
  }
  .mahjong-alchemy {
    width: 268px;
    height: 197px;
  }
  .candy-mahjong {
    width: 268px;
    height: 201px;
  }
  .monsterjong {
    width: 268px;
    height: 306px;
  }
}