.content{
    height:200px; 
    width:"100%";
    
}
.title{
    height:auto;
    
}
.venue{
    height:auto;
    
}

.partners img{
    width="150px"
  
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.text-big18{
    
font-size:18px;
}
.gallery-item{
width: 100%;
height: 250px !important;
margin: 3px;
padding: 3px;
object-fit:cover;
object-position:center;
}

/*gallery image responsive */
 .img-resize{
            height:150px;
            object-fit:cover;
            object-position:center;
            
            
        }
        
        @media only screen and (max-width:700px){
            
           .img-resize{
            height:auto;
            object-fit:cover;
            object-position:center;
            
            
        } 
            
            
        }
         @media only screen and (max-width:500px){
            
           .img-resize{
            height:auto;
            object-fit:cover;
            object-position:center;
            
            
        } 
            
            
        }
        
        /*Upcoming events*/
        .location{
        font-style: italic;
    font-weight: 600;
    font-size: 16px;
    color: #2196F3;
        }
        
        
        /*whatsapp widget*/
	
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.brochure{
    float:right;
}

.strike{
	text-decoration: line-through;
		
	}
	.rooms{
	    margin-top:20px;
	}
	}
