@import '../style';

#main {
    .main-container {
        background-image: url(../images/banner/my/v2/my-banner.jpeg);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    #main {
        .main-container {
            // background-position: left -24.37rem top;
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #main {
        .main-container {
            background-image: url(../images/banner/my/v2/my-banner-tablet.jpeg);
            // background-position: left -20.37rem top;
        }
    }
}

@media screen and (max-width: 767px) {
    body {
        background-color: #0004D5;
    }
}