@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
    /*background-color:#d9ecf0;*/
}
table {border-spacing: 0!important;}
@media (min-width: 721px) {
  body {background-color: #D2FEED}
 .bgimg {
    background-image: url('/images/Wakaberry-Holding-Page_1920x1080.jpg');
    height: 100%;
    width:  100%;
    background-position: center;
    background-size: cover;
    position: relative;    
   }
   .bgimg img {max-width: 98%; height: auto}
   .bgimg-mobi img {display: none}
}

hr {
    margin: auto;
    width: 40%;
}

@media (max-width: 720px) {
    body {background-color: #DAEDF1}

  .bgimg-mobi {
    /*background-image: url('/new/image/40181_Wakaberry_Website_Holding_Page_1024x768_UPLOAD_NC.jpg');*/
    height: 100%;
    width:  100%;
    background-position: center;
    background-size: cover;
    position: relative;  
  }
  .bgimg-mobi img {max-width: 100%; height: auto}
  .bgimg img {display: none}

}