section.gallery {
    color: var(--primary);
    font-family: var(--playfair);
    /* margin: 10rem 0; */
    position: relative;
    /* padding: 7rem 0; */
    height: auto;
    background-color: #FAECE3;
}

.gallery .content {
    position: relative;
    padding-top: 30%;
    z-index: 2;
}

.title-gallery {
    position: relative;
    z-index: 2;
    font-family: var(--satisfy);
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    padding-bottom: 15px;
    padding-top: 1rem;
    color: #713135;
}

/* Galery Photos*/
.photo-body {
    position: relative;
    margin: auto;
    z-index: 2;
}

.photo-box {
    padding: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.photo-box > a {
    height: 270px;
    margin: 0.5%;
    flex-basis: 32%;
    flex-grow: 1;
}

.photo-box > a > img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
}

.photo-box > a:nth-child(1) {
    height: 275px;
    flex-basis: 100%;
}

.photo-box > a:nth-child(3) {
    flex-basis: 64%;
}

.photo-box > a:nth-child(4) {
    flex-basis: 64%;
}

/* .photo-box > a:nth-child(6) {
    display: none;
} */

.photo-box > a:nth-child(9) {
    height: 235px;
    flex-basis: 100%;
}

/* Video */

.gallery .photo-wrap .photo-inner .video-box {
    padding: 8px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery .orn-divider {
    top: -8%;
}

/* Ornaments */
.gallery .ornaments {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.gallery .ornaments img {
    position: absolute;
    width: 60%;
    max-width: 280px;
    object-fit: cover;
    opacity: 0.85;
}

.gallery .ornaments img:nth-child(1) {
    top: -2.5%;
    width: 100% !important;
    max-width: none !important;
}

.gallery .ornaments img:nth-child(2) {
    top: -1%;
    right: 0;
    z-index: 1;
    animation: rotateRight 3s ease-in-out infinite alternate;
}

.gallery .ornaments img:nth-child(3) {
    top: -1%;
    left: 0;
    z-index: 1;
    animation: rotateLeft 3s ease-in-out infinite alternate;
}

.gallery .ornaments img:nth-child(4) {
    bottom: -2%;
    width: 100% !important;
    max-width: none !important;
}

.gallery .ornaments img:nth-child(5) {
    bottom: -1%;
    right: 0;
    animation: rotateLeft 3s ease-in-out infinite alternate;
}

.gallery .ornaments img:nth-child(6) {
    bottom: -1%;
    left: 0;
    animation: rotateRight 3s ease-in-out infinite alternate;
}

@media (max-width: 562px) {
    .gallery {
        width: 100%;
    }

    .photo-box > a {
        height: 200px;
    }
}
