body{ background-image:url(https://i.imgur.com/FNQPetb.png); }

#magodehielo{ position:absolute; width: 25%; top: 32%; left: 0%; }

#sabueso{ position:absolute; width: 25%; top: 3%; left: 79%; }

h1{ font-family: 'Lilita One', sans-serif; color: white; text-align: center; font-size: 5.5vh; text-shadow: 0.7vw 0.3vw 0.3vw black; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; } 

#overlay{ position:absolute; width: 100%; top: 3%; left: 4%; }

#videorandom{ position:absolute; top: 35.5%; left: 29%; width: 50vw; height: 27vw; }

.btn-clash.one {
  border: none;
  border-radius: 5px;
  font-family: 'Lilita One', sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffbd21;
  color: #fff;
  box-shadow: 0 6px #ae6a06, -1px 8px 0 black, 0 0 0 2px black, 0px 6px 0px 2px black;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-clash.one:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-clash.one:hover {
  box-shadow: 0 4px #ae6a06, 0 0 0 2px black, 0px 4px 0px 2px black;
  top: 2px;
}
.btn-clash.one:active {
  box-shadow: 0 0 #ae6a06, 0 0 0 2px black, 0px 0px 0px 2px black;
  top: 6px;
}
.btn-clash.one .overlay {
  width: 95%;
  height: 87%;
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 4px #fe8d0a;
  border-radius: 5px;
  top: 2px;
  left: 5px;
}
.btn-clash.one .overlay + .overlay {
  height: 45%;
  width: 92.5%;
  left: 7px;
  border-radius: 5px;
  top: 6px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.btn-clash.one .overlay + .overlay + .overlay {
  width: 5px;
  height: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 200px;
  right: 8px;
  left: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}