@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: 20%;
    }

    .article p {
        font-size: 16px;
        left: 40%;
        transform: translate(-30%, -50%);
    }

}

@media(max-width: 500px) {

    .background #hime {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    }

}