﻿.Mobileview {
    /*background: url("https://mdbootstrap.com/img/Photos/Others/img (51).webp")no-repeat center center;*/
    background: url("../Assets/Img/Velverd_Ice_Cream_Purple_Home_page_Image_5000x3355.jpg")no-repeat center center;
    background-size: cover;
    width: 100%; /* Full viewport width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
}

@media (min-width: 768px) {
    .Mobileview {
        overflow: visible;
        margin-top: 20px;
    }
}


.Mobileview {
    height: auto;
}

 