@media(max-width: 1438px) {

    .container {
        width: 100vw;
    }

    .storyText {
        font-size: 16px;
        letter-spacing: 0px;
    }


    .fixed {
        margin: 0;
        width: 100%;
    
    }

    .fixed {
        width: 100%;
    }

    .fixed img {
    width: 100%;
    height: 100vh;
    object-position: 50% 0%;
    object-fit: cover;
    top: 0%;
    max-inline-size: none;
    backface-visibility: hidden;
    position: absolute;
    }

    .end-container {
        width: 100vw;
    }

    .end-container img {
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
    object-fit: cover;
    top: 0%;
    max-inline-size: none;
    backface-visibility: hidden;
    }

    .end-container p {
        z-index: 2;
    }


    .article h2 {
        top: 10%;
    }

    .article p {
        font-size: 16px;
        top: 60%;
    }

}