.wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 25%;
}

.image-2 {
  width: 25%;
}

.html-embed {
  margin-top: 50px;
}

.button {
  margin-right: 12px;
  margin-left: 12px;
  padding: 36px 33px;
  border-radius: 13px;
  background-color: #0e1eb2;
  box-shadow: 4px 4px 30px -2px rgba(0, 0, 0, 0.62);
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}

.button.on-site {
  display: none;
  box-shadow: 1px 1px 3px 0 #000;
}

.floating-click {
  display: none;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: #fec416;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.button-deselect {
  margin-right: 12px;
  margin-left: 12px;
  padding: 36px 33px;
  border-radius: 13px;
  background-color: #0e1eb2;
  box-shadow: 4px 4px 20px -6px #000;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}

.button-deselect.on-site {
  display: block;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 60%;
  }

  .html-embed {
    margin-top: 35px;
  }

  .button {
    padding: 27px;
    font-size: 34px;
  }
}