@media screen and (min-width: 769px) {
    /* Slider */
    .Slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(/src/utils/img/slider.jpg);
        background-attachment: scroll;
        background-position-x: right;
        background-size: cover;
        background-position-y: bottom;
        background-repeat:no-repeat;
        padding: 25vh 11vw;
        padding-right: 45vw;
        height: 40vh;
    }

    /* About */

    .About {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 200px 25%;
        text-align: center;
    }

    .abText {
        text-align: left;
    }

    #Seller2 {
        display: none;
    }

    #Seller {
        display: block;
    }

    #Seller3 {
        display: none;
    }
    #adherent {
        margin-top: 20px;
    }
}

@media screen and (min-width: 426px) and (max-width: 769px) {
    /* Slider */
    .Slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(/src/utils/img/slider.jpg);
        background-attachment: scroll;
        background-position-x: right;
        background-size: cover;
        background-position-y: center;
        background-repeat:no-repeat;
        padding: 25vh 11vw;
        padding-right: 45vw;
        height: 40vh;
    }

    /* About */

    .About {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 150px 25%;
        text-align: center;
    }

    .abText {
        text-align: left;
    }

    #Seller {
        display: none;
    }

    #Seller2 {
        display: block;
    }

    #Seller3 {
        display: none;
    }
    #adherent {
        margin-top: 20px;
    }
}

@media screen and (max-width: 426px) {
    /* Slider */
    .Slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(/src/utils/img/slider.jpg);
        background-attachment: scroll;
        background-position-x: -350px;
        background-size: cover;
        background-position-y: center;
        background-repeat:no-repeat;
        padding: 25vh 11vw;
        padding-right: 45vw;
        height: 20vh;
    }

    /* About */

    .About {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 100px 15%;
        text-align: center;
    }

    .abText {
        text-align: left;
    }

    #Seller {
        display: none;
    }

    #Seller2 {
        display: none;
    }

    #Seller3 {
        display: block;
    }

    .c2 {
        display: none;
    }

    #adherent {
        margin-top: 20px;
    }
}