.modal-time.modal.show {
  display: block;
}

.modal-time.modal .modal-dialog{
  overflow-y: initial !important
}
.modal-time.modal .modal-body{
  height: 73vh;
  overflow-y: auto;
}

.modal-time.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  padding-right: 0px !important;
}
.modal-time.modal.fade:not(.show) {
  opacity: 1;
}
.modal-time.modal .views-field-field-imagen-single {
  max-height: 200px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.modal-time.modal .views-field-field-imagen-single img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.modal-time.modal .inner-content{
  padding: 15px;
  text-align: center;
}
.modal-time.modal .inner-content .views-field-field-titulo {
  color: green;	
  font-size: 24px;	
  line-height: 24px;	
  min-height: 80px;
  font-weight: 600;
}
.modal-time.modal .inner-content .views-field-field-texto-introduccion {
  color: black;	
  font-size: 8px;	
  line-height: 24px;
  margin-bottom: 20px;
  min-height: 140px;
}