.c7n-landingpage-content {
    align-content: flex-start;
}

.landingpage-left,
.image-wrapper-left,
.landingpage-right,
.image-wrapper-right {
    max-height: calc(50vh - 58px);
    height: calc(50vh - 58px);
}

.landingpage-left {
    background: #9e1934;
}

.landingpage-right {
    background: #00264d;
}

.image-wrapper-left,
.image-wrapper-right {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.c7n-landingpage-content h1,
.c7n-landingpage-content h2,
.c7n-landingpage-content h3 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.desktop-title {
    display: none;
}

.c7n-landingpage-content a:hover {
    text-decoration: none;
}

.image-wrapper-left {
    padding-bottom: 25px;
}

.image-wrapper-left img {
    max-width: 15%;
}

.image-wrapper-left img.large-image {
    max-width: 30%;
}

.image-wrapper-right img {
    max-width: 60%;
    padding-bottom: 100px;
}

.image-wrapper-right .mobile-title {
    top: 10px;
}

@media (min-width: 375px){
    .image-wrapper-left img {
        max-width: 20%;
    }

    .image-wrapper-left img.large-image {
        max-width: 40%;
    }
}

@media (min-width: 576px) {
    .image-wrapper-left,
    .image-wrapper-right,
    .landingpage-left,
    .landingpage-right {
        padding-bottom: 100px;
        height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
    }

    .image-wrapper-left img {
        max-width: 30%;
    }

    .image-wrapper-left img.large-image {
        max-width: 55%;
    }


    .image-wrapper-right img {
        max-width: 60%;
        padding-bottom: 0;
    }

    .mobile-title {
        display: none;
    }

    .desktop-title {
        display: block;
    }
}

@media (orientation: landscape) and (max-width: 1000px){
    .image-wrapper-left img {
        max-width: 15%;
    }

    .image-wrapper-left img.large-image {
        max-width: 30%;
    }

    .image-wrapper-right img {
        max-width: 50%;
    }
}