/*
Theme Name:         Starter Theme
Theme URI:          https://roots.io/sage/
Version:            11.0.0
Author:             xirade
Author URI:         https://scaracode.com/
Text Domain:        xirade
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.2
Requires at least:  6.6
*/

.masonry-items figure img {
  max-height: 400px;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position:top;
}

.masonry-items figcaption {
  height: 100px;
}

.masonry-items {
  width: 100%;
}


@media (min-width: 768px) and (max-width: 1199px) {
  .masonry-item {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .masonry-item {
    width: 100% !important;
  }
}