html,body{
  margin:0;
  background:#faf8f3;
}

#korni-hero{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#faf8f3;
}

#korni-hero *{
  box-sizing:border-box;
}

#korni-hero picture,
#korni-hero img{
  display:block;
  width:100%;
  height:auto;
}

#korni-hero .hot{
  position:absolute;
  z-index:3;
  display:block;
  overflow:hidden;
  text-indent:-9999px;
  background:transparent;
}

#korni-hero .start{
  left:6.2%;
  top:81.1%;
  width:17.8%;
  height:7.4%;
}

#korni-hero .more{
  left:26%;
  top:82.5%;
  width:14.5%;
  height:5.2%;
}

@media(max-width:767px){
  #korni-hero .start{
    left:5.4%;
    top:68.9%;
    width:41.5%;
    height:6.3%;
  }

  #korni-hero .more{
    left:5.4%;
    top:79.8%;
    width:38.5%;
    height:5.2%;
  }
}
