#global-modal .code {
    color: #fff;
    background: rgb(33,198,232);
    background: -moz-linear-gradient(102deg, rgba(33,198,232,1) 0%, rgba(39,231,185,1) 100%);
    background: -webkit-linear-gradient(102deg, rgba(33,198,232,1) 0%, rgba(39,231,185,1) 100%);
    background: linear-gradient(102deg, rgba(33,198,232,1) 0%, rgba(39,231,185,1) 100%);
    padding: 10px 18px;
    margin-top: 3%;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    position: absolute;
}


.code button {
  align-items: flex-end;
}

.modal-header {
  padding: 0 !important;
}

 .modal-header .close {
    position: absolute;
    margin-top: 3px !important;
    margin-left: 96% !important;
    cursor: pointer;
}

.modal-body {
  padding: 0 !important;
}
.modal-body img {
  width: 100%;
}

.modal-body a {
  cursor: pointer;
}

.modal-body h3 {
  color: #e44192;
  font-family: 'Oswald', sans-serif;
  font-size: 2.125em;
  font-weight: 400;
  margin-top: 1%;
  }

  .headerimg {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }

  .modal-header {
    border-bottom: 0px !important;
  }


@media (min-width: 360px) {
  .modal-header .close {
    margin-left: 90% !important;
}
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media only screen and (min-width: 1024px){
.modal-content {
    width: 100% !important;
}
}
