.social-media {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 24px !important;
  height: 24px !important;
}

.social-media img{
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

@media screen and (min-width: 991px) {
  .social-media:hover div.qrcode{
    transform: scale(1);
    opacity: 1;
  }
}

.qrcode {
  position: absolute;
  z-index: 99;
  top: -160px;
  right: -40px;
  width: 10.5rem;
  padding: 5px;
  max-width: none;
  height: 14.5rem;
  transform: scale(0);
  transform-origin: bottom center;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #fff;
  border: 1px solid #9d8f66;

  margin: 0;
  text-align: center;
  font-size: 12px;
  padding: 0;
  line-height: 15px;
  /* height: 15px; */
  word-break: normal;
  color: #9d8f66;
  font-family: 'Lato', 'Noto Sans HK', 'Noto Sans SC', sans-serif;
}

.qrcode img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
}

.qrcode .field--name-field-paragraph-short-desc {
  margin: 0;
  text-align: center;
  font-size: 12px;
  padding: 0;
  line-height: 15px;
  /* height: 15px; */
  word-break: normal;
  color: #9d8f66;
  font-family: 'Lato', 'Noto Sans HK', 'Noto Sans SC', sans-serif;
}

.qrcode .arrow {
  width: 0;
    height: 0;
    position: absolute;
    right: calc(50% - 10px);
    top: auto;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #9d8f66;
}
