.trendy_horizontal_section .et_pb_row,
.trendy_horizontal_section-reverse .et_pb_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 980px) {

    .trendy_horizontal_section .et_pb_row,
    .trendy_horizontal_section-reverse .et_pb_row {
        flex-direction: column;
    }
}


.trendy_horizontal_section .et_pb_row,
.trendy_horizontal_section-reverse .et_pb_row {
    height: calc(100vh - var(--trendy-header-height, 0)) !important;

}

html:not(.et-fb-root-ancestor) .trendy_horizontal_section,
html:not(.et-fb-root-ancestor) .trendy_horizontal_section-reverse {
    display: flex;
    overflow: hidden;
}

html:not(.et-fb-root-ancestor) .trendy_horizontal_section-reverse {
    flex-direction: row-reverse;
}


.trendy_horizontal_section .et_pb_row,
.trendy_horizontal_section-reverse .et_pb_row {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
}
