.social-share-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.social-share-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-share-container .close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.social-share-container > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 max(145px, 30% - 20px);
          flex: 0 1 max(145px, 30% - 20px);
  height: auto;
}
.social-share-container .copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  padding: 0 1.5rem;
  margin-top: 1rem;
}
.social-share-container .copy p {
  margin: 0;
}
.social-share-container .copy button {
  position: absolute;
  color: white;
  background-color: #95C23D;
  border: 0;
  right: 2rem;
  padding: 0.5rem 2rem;
  -webkit-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
  border-radius: 8px;
  height: 50px;
}
.social-share-container .copy .fa-link {
  position: absolute;
  color: #EAEDF2;
  border: 0;
  left: 2rem;
  -webkit-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
  height: 50px;
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
}
.social-share-container .copy input {
  width: 100%;
  border: 1px solid #EAEDF2;
  border-radius: 16px;
  max-width: inherit;
  margin: 0;
  min-height: 60px;
  background-color: white;
  padding-left: 3rem;
  padding-right: 100px;
}
.social-share-container .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(70% - 20px);
          flex: 0 1 calc(70% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.social-share-container .content h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 40px;
  text-align: center;
  margin: 0;
}
.social-share-container .content i {
  border-radius: 100%;
  border: 1px solid #B1E0E2;
  color: #B1E0E2;
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0.5rem;
  cursor: pointer;
}
.social-share-container .content i:hover {
  color: white;
  background-color: #B1E0E2;
}