.expand_vc_modal {
  cursor: pointer;
}

.vc_modal {
  margin-bottom: 50px;
}

.vc_modal_name {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

.vc_modal .vc_modal_image img {
  width: 100%;
}

.condensed p {
  line-height: 1.5em;
  font-size: 14px;
}

.condensed {
  overflow: hidden;
  position: relative; 
  max-height: 4.5em;
  margin-right: -1em;
  padding-right: 1em;
}

.condensed:before {
  content: '...';
  position: absolute;
  background: white;
  right: 14px;
  bottom: 0;
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.hide_modal {
    display: none; /* Hidden by default */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 20px solid #eee;
    width: 1068px;
    cursor: auto;
    min-height: 300px;
}

.modal-left {
  float:left;
}

.modal-right {
  margin-left: 380px;
}

.modal-right .vc_modal_name {
  padding-top: 0;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    line-height: 0;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1068px) {
  .modal-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .modal-content {
    border: none;
  }
  .modal-left {
    float: none;
  }
  .modal-left img {
    width: 100%;
  }
  .modal-right {
    margin-left: 0;
  }
  .close {
    margin: 14px 4px;
  }
}