.lp-contact .col:first-child p {
  margin-bottom: 0;
}

.lp-intro-section .card-media .new-playbtn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 79px;
  height: 61px;
  border-radius: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.lp-intro-section .card-media .new-playbtn svg {
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 24px;
  height: 24px;
}

.lp-intro-section .card-media .new-playbtn svg path {
  fill: #fff;
}

.lp-intro-section .card-media a:hover .new-playbtn svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media only screen and (min-width: 1200px) {
  .play-button {
    top: 59%;
  }
}

.lp-contact .col:last-child h2 {
  margin-bottom: 2px;
}

.card-event-actions .btn{
  justify-content: center;
}


.glightbox-clean .gprev,
.glightbox-clean .gnext {
    display: none;
}