    .banner-overlay {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 15.65%, rgba(0, 0, 0, 0.64) 99.33%);
    }

    .overlap {
        overflow: hidden;
    }
    @media only screen and (max-width: 991px) {
	    .banner, .banner-400 {
	    height: auto !important;
	    }
	    .banner-overlay {
	        background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	    }
			img.object-fit-cover.w100.h100{
			min-height:300px !important;
			-webkit-mask-image: linear-gradient(180deg, rgb(0 0 0 / 40%), #fff);
			mask-image: linear-gradient(180deg, rgb(0 0 0 / 40%), #fff);
			object-position: 65%;
			max-height: 400px;
			
			}
	    .overlap-child.banner-overlay.t-0.l-0.w100.h100{
	    padding-top:20px;
	    padding-bottom: 20px;
	    border-bottom: #666 1px solid;
	    }
	    /*for accommodation option share icons*/
	    .ac-share-icons {
	    	position:unset;
	    }
    }
