#container .ebook-biginner-bnr {
  margin: 0 auto;
  text-align: center;
/*display: none;*/
}
#container .ebook-biginner-bnr a {
  padding: 10px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
#container .ebook-biginner-bnr .cross {
  position: absolute;
  right: 0;
  top: 0px;
  *right: -2px;
}
#container .ebook-biginner-bnr .bnr {
  width: 99%;
  max-width: 1800px;
  border: 1px solid #68c5d4;
}
/* Cookies out division banner */
div#mainArea a.banner-responsive {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
          background-size: contain;
  margin-bottom: 20px;
}
div#mainArea a.banner-responsive .img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
div#mainArea a.banner-responsive .left {
  height: auto;
  position: absolute;
  z-index: 9999;
}
div#mainArea a.banner-responsive .left .img-left {
  height: 100px !important;
}
div#mainArea a.banner-responsive .right {
  width: auto;
  height: 100px;
  float: right;
  min-width: 264px;
}
div#mainArea a.banner-responsive .right .img-right {
  height: 100px !important;
}
div#mainArea a.banner-responsive .right:after {
  content: " ";
  display: table;
  clear: both;
}
