.lazy-img {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.figure {
    position: relative;
    max-width: 100%;
    margin: 0;
}
.aFigcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3em;
    color: #fff;
    font-size: 48pt;
}
main a {
    text-decoration: none;
}

.element {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction:row;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    background-color: var(--main-color);

}

.element-image {
    width: 35%;
    padding-left: 5%;
    margin: 0;
}
.element-image img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    margin: 0;
    padding: 0;
    display: block;
}
.element-image iframe {
    height: 500px;
    max-width: 500px;
    object-fit: cover;
    padding: 110px 0;
}
.element-image video {
    width: 500px;
    max-height: 500px;
    object-fit: cover;
    padding: 110px 0;
}
.element-text {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
    background-color: var(--main-color);
    
}

.element-loral {
    padding-right: 10%;
    margin: 0;

}

.galary-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    background-color: var(--main-color);
}
.galary {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    background-color: var(--main-color);
}
.galary img {
    max-height: 300px;
    width: auto;
    padding: 0;
    margin: 5px;
}