/* CSS Document */

	.bookbtn{
		 background-color: black !important;
			color: white !important;
		}
		
		@media only screen and (max-width: 728px) {
			.mpt-50{
				    margin-top: 25vw !important;
			}
}
        .mpt-50{
				    margin-top: 5vw;
			}
        
        iframe {
            height: 80vh !important;
        }
        /* Target the iframe itself */
iframe {
    /* This 'crops' the bottom 30 pixels off the iframe */
    clip-path: inset(0 0 60px 0); 
    /* Adjust 30px until the link disappears */
}
        
        @media (max-width: 768px) {
    iframe {
 clip-path: inset(0 0 56vw 0);
    }
}