/* ==================== homegallery style ============================== */

.home-gallery {
  padding-bottom: 50px;
}

.home-gallery .img,
.home-gallery .video {
  height: 220px;
  margin: 5px;
  position: relative;
}

.home-gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.home-gallery .video iframe {
  border-radius: 15px;
}

.home-gallery .img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 13px;
  padding: 8px 30px;
  background-color: #0000009f;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: initial;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
}

.home-gallery .img:hover a {
  opacity: 1;
  visibility: visible;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
  .home-gallery .img,
  .home-gallery .video {
    height: 175px;
  }
}

/* ======= */

@media screen and (max-width: 480px) {
  .home-gallery .butn.small {
    display: block;
    width: 100%;
  }
}
