/******************************************************************
Theme Name: Aster Park Theme
Theme URI: http://cosme@cos.codes
Description: The custom CSS for Aster Park Theme
/******************************************************************/

a.custom_map-name.subtitle_serif {
    text-decoration: none;
}
.cursor>span:before {
    content: "" !important;
	background:url('/wp-content/uploads/2025/09/prev_Icon.png') no-repeat; width:30px !important; height:30px;background-size:30px;left:30px !important;
}

.cursor>span:after {
    content: "" !important;
    background:url('/wp-content/uploads/2025/09/next_Icon.png') no-repeat; width:30px !important; height:30px;background-size:30px;left:35px !important;
}

/* Make background video non-clickable */
.hero iframe,
.video_player-iframe {
  pointer-events: none !important;
}

/* Optional: make sure it fills the container */
.hero .video_embed,
.video_player-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


