.aiVideoModalImageTriger{
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
}

.aiVideoModalImageTriger p{
  /* color: #FFFFFF; */
  /* text-transform: uppercase; */
  /* font-family: 'Source Sans Pro'; */
  /* font-weight: 600; */
}

#aiVideoModal .modal-content{
  min-height: 500px;
}

#aiVideoModal iframe{
  min-height: 500px;
}

#aiVideoModal .modal-content{
  background-color: transparent;
  box-shadow: none;
  border: none;
}

#aiVideoModal .modal-content .modal-header{
  border: none;
}

#aiVideoModal .aiVideoCloseBtn{
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  font-size: 25px;
}
#aiVideoModal .aiVideoCloseBtn:hover{
  cursor: pointer;
}
