.no-js-modal__body {
  background-color: #f5f6f7;
}

.no-js-modal {
  position: fixed;
  z-index: 100;
  background: white;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  width: 300px;
  height: 250px;
  text-align: center;
}

.no-js-modal__header {
  background-color: #109599;
  padding: 5px;
}

.no-js-modal__header__text {
  font-weight: bold;
  font-size: 1rem;
  display: inline-flex;
  margin: 5px 0px 5px 0px;
  color: white;
}

.no-js-modal__header__close {
  float: right;
  padding: 0;
  border: none;
  background: transparent;
  padding-top: 2px;
}

.no-js-modal__message {
  font-size: 0.875rem;
  margin: 20px 0;
}

.no-js-modal__img__container {
  position: fixed;
  z-index: 90;
  left: calc(50% - 152px);
  top: calc(50% - 30px);
  width: 300px;
}

.no-js-modal__img {
  display: flex;
  margin: auto;
  margin-bottom: 5px;
  margin-top: -10px;
  height: 130px;
  width: 130px;
}

@media only screen and (min-width: 666px) {

  .no-js-modal__header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .no-js-modal__message {
    font-size: 0.9375rem;
    margin: 40px 0;
  }

  .no-js-modal {
    position: fixed;
    z-index: 100;
    background: #fff;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    left: calc(50% - 200px);
    top: calc(50% - 190px);
    width: 400px;
    height: 280px;
    text-align: center;
    border-radius: 15px;
  }

  .no-js-modal__img__container {
    position: fixed;
    z-index: 90;
    left: calc(50% - 142px);
    top: calc(50% - 250px);
    width: 280px;
  }

  .no-js-modal__img {
    display: flex;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 180px;
    height: 150px;
    width: 150px;
  }
}
