body{
    background: #402900;
    color: #fff;
}

.mobile-img{
    width: 300px;
}

@media screen and (max-width: 992px) {
    .mobile-img {
        width: 100% !important;
    }
    .mobile-margin-top{
        margin-top: 23% !important;
    }
    .mobile-stick-bottom{
        position: fixed;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, -50%);
    }
}
