﻿.Dress-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/615077359.jpg');
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 150%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

/* SMALL SCREENS */
@media (max-width: 991px) {
    .Dress-WallyBag-Image {
        width: 80vw;
    }

    .Dress-BgImage01 {
        background-position: 20% 150%;
    }
}

/* LARGE SCREENS */
@media (min-width: 992px) {
    .Dress-WallyBag-Image {
        width: 90%;
    }
}

