.uk-section-video iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#wahanda-online-booking-widget-iframe > iframe {
	min-height: 1250px;
}

@media (min-width: 1200px) {  
    .tm-page {  
        box-shadow: 0px 0px 50px rgba(29, 37, 47, 0.8);  
    }
    
}

@media (min-width: 960px){
.uk-container {
  
    padding-bottom: 25px;
	}
}


@media (max-width: 960px){

 .uk-nav > li > a{
	 font-size: 20px;
	
 }
 

 
 }
 
 /* whatsapp widget*/
 
 .whatsappchat .popup-section .popup .popuptext {z-index: 1000;}

 