.shut__down {
    background-color: rgb(246, 242, 242);
    background-image: url("/static/images/index.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    padding: 0px;
    width: 100%;
    bottom: 0;
    top: 30px;
    left: 0;
    background-position: center;
}
.single_shut_down {

    background-image: url("/static/images/single.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    padding: 0px;
    width: 100%;
    bottom: 0;
    top: 30px;
    left: 0;
}