.pictures {
    width: 100%;
    position: relative;
    margin-bottom: var(--py-section);
    padding: 0 25px;
}

.pictures video,
.pictures img {
    width: 100%;
    display: block;
}

.pictures-right {
    margin: 0 auto;
    width: calc(100% - 50px);
}

.pictures-left {
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .pictures-left {
        width: 53.5%;
    }

    .pictures-right {
        width: 39%;
        margin: 0;
    }

    .pictures {
        padding: 0;
    }

    .pictures-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
