.container {

    .robin-large {
        overflow: hidden;
        border-radius: 50%;

        img {
            width: 100%;
        }
    }

    h1 {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .left-column {
        background-image: linear-gradient(to top, transparent, white 95%), url("/assets/img/landing-pages/the-birds-and-the-trees/hugh-and-robin-walking.webp");
        background-size: cover;
        background-position-y: bottom;
        background-position-x: center;
        background-repeat: no-repeat;
        min-height: 75vh;

        .main-image {
            min-height: 800px;

            h1 {
                font-size: 3vw;
            }

            h2 {
                font-size: 2vw;
            }

            h3 {
                font-size: 2.5vw;
            }

        }

    }

    .right-column {

        .swiper {
            height: 100%;
            width: 100%;

            .swiper-wrapper {

                .swiper-slide {
                    img {
                        width: 100%;
                        height: auto;
                    }

                }

            }

        }

    }

}

.footer-text {

    p {
        font-size: 3.5vw;

        &.copyright {
            font-size: 1rem;
        }

        &.credits {
            font-size: 0.8rem;

            a {
                text-decoration: none;
            }
        }

        img {
            width: 10vw;
        }

    }

}

