@charset "UTF-8";
/* CSS Document */
.container {
    margin: 0px auto;
    width: 435px;
}
 . {
     margin: 0 auto;
     width: 950px;
 }
video {
    width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 0;
}
body {
    margin: 0;            /* Reset default margin */
}


/* CSS for Level Meters */
#peak-meters {
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 85%;
    display: flex;
    justify-content: space-around;
    width: 13px; /* Adjust as needed */
    background-color: #969796;
    opacity: 80%;
    padding: 2px; /* Add padding for spacing */
}

.peak-meter {
    width: 6px;
    height: 100%; /* Adjust based on the height of the video */
    background-color: #ddd;
    position: relative;
}

.peak-bar {
    width: 100%;
    /* Gradient background */
    background: linear-gradient(to bottom, #19af05, #0d5603 40%);
    position: absolute;
    bottom: 0;
}

.peak-hold-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid red; /* Adjust color and thickness as needed */
    opacity: 0.75; /* Adjust opacity as needed */
}

.button {
  background-color: black; 
  border: none;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1px;
  margin: 0px 0px;
  cursor: pointer;
}

/* Styles for the video container */
.video-container {
    position: relative;
    width: 100%;
}

/* Styles for the image link wrappers */
.video-container .image-link-wrapper {
    position: absolute;
    z-index: 2; /* Ensure the images and links are above the video */
}

/* Styles for the first image */
.video-container .image-link-wrapper:first-child(1) {
    top: 5px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}

/* Styles for the second image */
.video-container .image-link-wrapper:nth-child(2) {
    top: 5px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}

	/* Styles for the second image */
.video-container .image-link-wrapper:nth-child(3) {
    top: 45px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}	
	/* Styles for the second image */
.video-container .image-link-wrapper:nth-child(4) {
    top: 85px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}	
	/* Styles for the second image */
.video-container .image-link-wrapper:nth-child(5) {
    top: 125px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}
	/* Styles for the second image */
.video-container .image-link-wrapper:nth-child(6) {
    top: 165px; /* Adjust as needed */
    left: 5px; /* Adjust as needed */
	opacity: 1;
}	
.p {
    font-size: clamp(16px, 3.0vw,25px);
}	
.p2 {
    font-size: clamp(10px, 1.5vw,17px);
}

a.nolink {
  color: White;
  font-size: 20px;	
  text-decoration: none;
  cursor: default;
}