.celebrity-talks {
  padding: 140px 0;
}
@media (max-width: 1599.98px) {
  .celebrity-talks {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .celebrity-talks {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .celebrity-talks {
    padding: 60px 0;
  }
}
.celebrity-talks .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cele-talks {
  padding-top: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .cele-talks {
    padding-top: 35px;
  }
}
.cele-talks .talks.col {
  max-width: calc(50% - 30px);
}
@media (max-width: 1279.98px) {
  .cele-talks .talks.col {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 991.98px) {
  .cele-talks .talks.col {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .cele-talks .talks.col {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.cele-talks .talks figure {
  position: relative;
  margin-bottom: 43px;
  height: 380px;
}

.cele-talks .talks figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 991.98px) {
  .cele-talks .talks figure {
    margin-bottom: 18px;
    height: 220px;
  }
}
.cele-talks .talks h4 {
  color: #1c1c1c;
  font-weight: 300;
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .cele-talks .talks h4 {
    margin-top: 0;
    font-size: 14px;
  }
}
.loader:after {
  border: 4px solid #f3f3f3;
  border-radius: 94%;
  border-top: 6px solid #000000;
  width: 50px;
  height: 50px;
  content:'';
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: calc(50% - 25px);
  top: -60px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1200px) {
  .play-btn.talks-btn{
    width: 68px;
    height: 68px;
    right: 50px;
    bottom: 30px;
  }
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
