/* education-video */
.education-video .content {
  padding-bottom: 80px;
  border-bottom: 1px solid #e3e3e3;
}
.education-video .video {
  position: relative;
  height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.education-video .video h5 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .education-video .video {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .education-video .video {
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {

}