/* Start custom CSS */iframe{      
        display: block;  /* iframes are inline by default */   
        height: 70vh;  /* Set height to 100% of the viewport height */   
        width: 100vw;  /* Set width to 100% of the viewport width */     
        border: none; /* Remove default border */
       
    }/* End custom CSS */