/* Styles for album gallery */

.itemCustom {
  position: absolute;
}

.divHoverStyle {
  width: 100%;
  height: 100%;
}

.divHoverStyle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
