﻿.wedding-panel {
    background-color: #BDE1C6;
    width: 100%;
    max-width: 80rem;
    max-height: 40rem;
    height: auto;
    margin: 0 auto 2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: inherit;
}

.wedding-panel img {
    width: 100%;
    height: 100%;
    max-height: 40rem;
    object-fit: scale-down;
    margin-top: -30px;
}