.contact-from input[type="button"] {
    background: #fc4242;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    padding: 4px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.search-image-size{
  height:200px;
}

.footer-images img{
  object-fit: cover;
  height: 100px;
  width: 100px;
}

.public-event-div{
  height: 300px;
}

.public-event-div img{
  object-fit: cover;
  width: 200px;
  height: 150px;
}

.public-event-detail-div{
  min-height: 250px;
  max-height: 250px;
}

.public-event-detail-div img{
  object-fit: cover;
  width: 200px;
  height: 150px;
}
.public-event-detail-div video{
  object-fit: cover;
  width: 200px;
  height: 142px;
}

article .tour-contents h5.user-name-custom{
  height: 40px;
}
.img-wrap{
  height: 150px;
  width: 100px;
  background: url("/assets/data/icon/play-icon-100.png") no-repeat center center;
  margin:0px auto;
}
