.menu-image img {
    /*    display: block;
    position: relative;
    width: var(--cnvs-post-image-size);
    height: auto;*/
    max-width: 220px !important;
    vertical-align:middle !important;

}

.menu-entry {
    width: 230px !important;
    max-height:110px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

@media (max-width: 480px) {

    .bgimg {
        /*background-image: none !important;*/
        background-image: url('/Content/SiteNew/img/mobil-bg.png') !important;
        background-repeat: no-repeat;
/*        height: 800px;
        width: 1000px;
        background-size: 100% auto;*/
    }
    .no-social{
        display:none;
    }
}
