/* 
  Theme Name: NCTII Theme
  Description: Official Website for NCTII
  Version: 1.0.0
  Author: Friday Technology
*/


/** This is the cursor style just for the author (I hope you won't be that mean and remove it) **/
/* .author-head-yo{
    cursor: url(includes/email-template/image/bipin-cursor.cur), auto;
  } */

  .wp-block-embed {
    max-width: 100%;
    margin: 0 auto;
}

.wp-block-embed iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Adjust based on the aspect ratio of your videos */
}
