@media (max-width: 991.98px) {
  .smki-gallery-item {
    height: 13rem;
    overflow: visible;
    margin-bottom: 5.5rem;
  }

  .smki-gallery-item footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5.8rem;
    height: 4.5rem;
    background: #4fc3f7;
    border-radius: 2px;
    box-sizing: border-box;
  }
  .smki-gallery-item footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Hover Section */
  .smki-gallery-content {
    opacity: 0;
    transition: 0.5s all;
  }

  .smki-gallery-item:hover .smki-gallery-content {
    opacity: 0;
    transition: 0.5s all;
  }

  .smki-gallery-item img {
    transform: scale(1);
    transition: 0.5s all;
  }

  .smki-gallery-item:hover img {
    transform: scale(1);
    transition: 0.5s all;
  }
}

@media (max-width: 575.98px) {
  .smki-gallery-item,
  .smki-gallery-item:nth-child(3n) {
    height: 8rem;
    width: 47.5%;
    margin-bottom: 5rem;
    margin-right: 5%;
  }
  .smki-gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .smki-gallery-item footer {
    height: 5rem;
    bottom: -5.75rem;
  }
  .smki-gallery-item footer p {
    font-size: 0.7rem;
    padding: 0 20px;
  }
  .smki-gallery-pagination {
    width: 85%;
    margin-left: 6.9%;
}

@media (max-width: 320px) {
  .smki-gallery-item,
  .smki-gallery-item:nth-child(3n) {
    height: 10rem;
    width: 100%;
    margin-bottom: 5rem;
    margin-right: 0;
  }
}
