/**
 * @file
 * Visual styles for images.
 */
.field--name-field-products-image-gallery .image-preview {
  overflow: hidden;
  position: relative;
}
.field--name-field-products-image-gallery .image-caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 330px;
}
.field--name-field-products-image-gallery .image-caption h4 {
  color: #ffffff;
  padding: 15px;
  margin: 0;
  margin-bottom: 1px;
  font-size: 1.2rem;
}

/* Smaller font on screens smaller than 768px */
@media (max-width: 768px) {
  .field--name-field-products-image-gallery .image-caption h4 {
    font-size: 1rem;
    padding: 12px;
  }
}

/* Even smaller font on screens smaller than 480px */
@media (max-width: 480px) {
  .field--name-field-products-image-gallery .image-caption h4 {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/*image listing*/
.field--name-field-products-image-gallery .image-listing-items {
  overflow: hidden;
}
.field--name-field-products-image-gallery .image-listing-item {
  float: left;
  padding: 0;
  margin: 2.66% 2.66% 0 0;
  max-width: 17.866666666%;
}
.field--name-field-products-image-gallery .image-listing-items .image-listing-item:nth-child(5n) {
  margin-right: 0px;
}
@media (max-width:767px) {
  .field--name-field-products-image-gallery .images-container {
    margin-bottom: 10px;
  }
}
