.corporate_2023_company_full_screen {
    width: 100%;
    height: calc(100vh - var(--top_menu));
    position: relative;
}

.corporate_2023_company_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.corporate_2023_company_slider .owl-stage-outer,
.corporate_2023_company_slider .owl-stage,
.corporate_2023_company_slider .owl-item {
    height: 100%;
}

.corporate_2023_company_slider_image_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.corporate_2023_company_slider_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_2023_company_slider_image_container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.corporate_2023_company_slider_image_container_title {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    font: 600 calc(var(--corporate_default_font_size) * var(--corporate_company_slider_title)) 'Geologica', sans-serif;
    color: #fff;
    z-index: 10;
}

@media screen and (orientation: portrait) and (max-width: 1050px) {
    .corporate_2023_company_full_screen {
        height: 55vh;
    }
    .slider_ribbon_nav_arrow {
        width: 3vmax;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1250px) {
    .corporate_2023_company_full_screen {
        height: calc(100vh - var(--top_menu));
    }
    .slider_ribbon_nav_arrow {
        width: 3vmax;
    }
}