.iap-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.iap-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.iap-gallery a br {
	display: none;
}

.iap-video {
  width: 100% !important;
  max-height: 500px !important;
  object-fit: cover; /* созылып кетпесін */
  display: block;
	border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 10px 0;
}
