.fancybox-slide>* {
  padding: 0;
}

.modal {
  margin: 0;
  font-size: 12px;
  font-family: arial, sans-serif;
}

.modal,
.modal_content {
  width: 228px;
}

.modal.has-content,
.modal.has-content .modal_content {
  width: 600px;
}

.modal_bar {
  min-height: 100px;
  background-color: #ec008c;
  color: #fff;
}

.modal h2 {
  font-size: 1.85em;
  margin: 0;
}

.modal_content {
  z-index: 100;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}

.modal_left {
  flex-basis: 30%;
  text-align: center;
  padding: 3em;
  box-sizing: border-box;
  background-color: #6f6f6f;
  color: #fff;
}

.modal_right {
  flex-basis: 70%;
  padding: 5em 2em;
  box-sizing: border-box;
  background-color: #e6e6e6;
}

.modal_bottom {
  margin-top: 1.5em;
  padding: .5em 1.5em .5em 0;
  overflow: auto;
  max-height: 70vh;
  min-height: 70px;
}

.modal_bottom p {
  margin-bottom: 1em;
}

.modal_left img {
  border: 3px #fff solid;
  border-radius: 80px;
}

.modal_right_content {
  max-height: 200px;
  overflow: auto;
}

.modal_right_content p {
  margin-bottom: 1em;
}

.modal_left a {
  color: #fff;
}

.modal_left .bio-socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}

.modal-data-one,
.modal-data-two,
.modal-data-three {
  line-height: 1.5;
}

.modal-data-one {
  font-weight: bold;
  font-size: 1.1em;
}
.modal-data-two {
  font-style: italic;
}

.modal_left .bio-image {
  margin-bottom: 1em;
}

.fancybox-close-small {
  top: 7px;
  right: 5px;
}

.bio-socials {
  margin-top: 10px;
}


@media (max-width: 610px) {
  .modal {
    width: 100%;
  }

  .modal_left, .modal_right, .modal_content {
    width: 50%;
    margin: 0 auto;
    /*
    float: none;
    position: relative;
    margin: 0 auto;
    text-align: initial;
    */
  }

  .modal_content {
    width: 100%;
  }

  .modal_top {
    padding: .4em;
    height: auto;
    margin-left: 0;
  }

  .modal_bottom {
    padding: .4em;
    max-height: 40vh;
  }

  .modal_left {
    top: 0;
    position: relative;
    float: left;
  }
}



@media (max-width: 610px) {
  .modal.has-content, .modal.has-content .modal_content,
  .modal_left, .modal_right, .modal_content {
    width: 100%;
    float: none;
    display: block;
  }
  
  .modal_left, .modal_right {
    padding: 1em;
  }
  
  .fancybox-stage .modal {
    top: 1em;
    position: absolute;
  }
}