html {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    width: 88px;
    height: 31px;
    overflow: hidden;
    color: #fff;
}

#container {
  overflow: hidden;
  position: absolute;
  width:inherit;
  height: inherit;
  cursor: pointer;
  background: #ffffff;
}

img {
	width: 100%;
	height: 100%;
	position: absolute;
}

#banner_border{
    width:inherit;
    height: inherit;
    position: absolute;
    pointer-events: none;
    border: 1px solid #b2b4b6;
}