.modal .modal-content .embed-responsive {
  max-height: 75vh;
}
.feature-video{
  margin-left: 0;
  white-space: nowrap;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-weight: 400;
  height: 40px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 105; /* Sit on top */
  padding-top: 4vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /*  
  background-color: #fefefe; */
  background: transparent;
  color: white;
  /* margin: auto; */
  padding: 20px;
  border: none;
  width: 65%;
  /* height: 52vh; */
  margin:0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* The Close Button */
/* .close {
  color: white;
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  opacity: 1;
  padding-bottom: 1%;
  position: relative;
  bottom: 36px;
} */
.close {
  background: #EDEDED;
  border-radius: 4px;
  color: grey;
  width: 21px;
  height: 21px;
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  opacity: 1;
  /* padding-bottom: 1%; */
  position: relative;
  bottom: 36px;
  font-size: 20px;
  bottom: 53px;
  /* left: 64vw; */
  left: 98%;
  border: 1px solid;
  padding-right: 3px;
}

.close:hover,
.close:focus {
/* color: white;
text-decoration: none; */
cursor: pointer;
}

.modal-date {
  position: relative;
  text-align: right;
  top: 14px;
  font-family: Karla;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) 
{
  .modal {
    padding-top: 24vh; /* Location of the box */
  }
  .close {
    padding-right: 4px;
    left: 85vw;
  }
  .feature-video{
    width: 88%;
  }
  .modal-content {
    width: 88%;
  }
}

@media only screen and (min-width:576px) and (max-width: 768px) 
{
  .modal {
    padding-top: 24vh; /* Location of the box */
  }
  .feature-video{
    width: 88%;
  }
  .modal-content {
    width: 88%;
  }
  .close {
    left: 85vw;
  }
}

@media only screen and (min-width:320px) and (max-width: 576px) 
{
  .modal {
    padding-top: 30vh; /* Location of the box */
  }
  .modal-content {
    margin:0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 88%;
  }
  .feature-video{
    font-size: 20px;
    height: 25px;
    width: 88%;
  }
  .close {
    font-size: 18px;
    bottom: 40px;
    left: 83vw;
    padding-right: 4px;
  }
  .modal-date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
  .modal {
    padding-top: 8vh;
  }
  .close {
    padding-right: 4px;
    left: 86vw;
  }
}

/* @media only screen and (min-width: 1440px) 
{
  .close {
    left: 63vw;
  }
} */