/* katalógus */
.catalog-box {
    position: relative;
    aspect-ratio: 4 / 3;
    background-size: cover;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.catalog-main{
    width: 100%;
    background-position: right;
}

.catalog-felso{
    height: 265px;
}

.catalog-also{
    height: 265px;
    width: 175px;
}

.catalog-text {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: rgb(255, 255, 255, 0.6);
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
}

.p-rolunk{
    margin-left: 0%;
}

.video-element {
    width: 40%;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-img {
  object-fit: cover;
  object-position: top;
  border-radius: 8px; /* ha van rá igény */
}

#galleryCarousel {
  max-width: 40%;
  margin: 0 auto;
}
