
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

body { overflow: hidden; }

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  position: relative;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.box {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.box:nth-child(1) { background-color: #41C289; }

.box:nth-child(2) { background-color: #EF476F; }

.box:nth-child(3) { background-color: #384047; }

.box:nth-child(4) { background-color: #9660A1; }

.box:nth-child(5) { background-color: #0F88B6; }

#msg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.pager {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 11;
  color: #fff;
}

h1 { margin:0; position:absolute;top:50px; left:50px;}
.jquery-script-ads { margin:0; position:absolute;top:250px; left:50px;}