/***Default Setting**/
* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

body{
  margin:0;
  padding:0;
  background-color:white;
    
}

.clearfix{
  clear:both;
}

img.fit{
  display:block;
  width:100%;
  height:auto;

}

/***content**/

.groundfull{
  width:100%;

}

.gbox{
  width:50%;
  float:left;
}




.clearfix{
  clear:both;
}

 

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.15);
}








