@import url('../../common/css/press.css');

html,
body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body .publicBody {
    flex: 1 0 auto;
    min-height: 0;
}

body > .publicFooter {
    flex-shrink: 0;
}

.press_page .press_coverage:not(:has(*)) {
    display: none;
}

.press_page .press_img {
    height: auto;
}

.press_page .press_img .swiper-container {
    height: auto;
}

@media screen and (max-width: 768px) {
    .notLoggedHeader + .publicBody .press_page .topWrap {
        min-height: calc(100vh - 67px);
        min-height: calc(100svh - 67px);
        flex-direction: column;
    }

    .press_page .topWrap .pressImgWrap {
        display: flex;
        flex: 1 0 auto;
        align-items: center;
    }

    .press_page h1 {
        padding: 32px 0 16px;
    }

    .press_page .press_img {
        margin-top: 0;
        overflow: visible;
        padding-bottom: 40px;
    }

    .press_page .press_img .swiper-container {
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .press_page .press_img .swiper-container {
        width: 100%;
        height: auto;
    }
}
