.tp-slide-item{
     height: 61vh;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.tp-slide-item{
     height: unset;
}
}