.subgallery .one-image {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden; }
  .subgallery .one-image:hover h3 {
    opacity: 1;
    bottom: 0px; }
  .subgallery .one-image .image {
    margin: 0; }
  .subgallery .one-image img {
    max-width: 100%;
    aspect-ratio: 1084 / 649;
    object-fit: cover; }
  .subgallery .one-image h3 {
    text-align: center;
    font-size: 25rem;
    font-weight: 500;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 0;
    bottom: -100px;
    z-index: 7; }

@media (max-width: 575.5px) {
  .subgallery .one-image h3 {
    display: none; } }
@media (min-width: 1580px) {
  .subgallery .container-fluid {
    max-width: 1820px; } }

/*# sourceMappingURL=subgallery.css.map */
