@media (max-width: 1023px) {
    .no-mobile{
        display: none;
    }
    .yes-mobile{
        display: block;
    }
    .mobile-size-menu{
        font-size: 16px!important;
    }
    .footer-text{
        line-height: 1.2em;
    }
    #book-now-box {
        bottom: 10%;
    }
    #pop-up-content {
        width: 80%;
        max-width: 350px;
    }
    .page-title{
        top: 3vh;
    }
    .rooms-content {
        height: 95vh;
    }
    .h-20{
        height: 21vh;
    }
    .contatti-box .bg-hotel{
        max-height: 80%;
        overflow-y: auto;
    }
    .room-box{
        height:25%;
        padding:0;
    }
    #details-container {
        width: 80%;
    }
    .menu-container{
        height: 85vh;
    }
    .bold-mobile{
        font-weight: 500;
    }
}
