.wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* grid-auto-rows: 120px; */
    /* justify-content: center; */
}
.Title {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    justify-self: center;
}
.LeftSub {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    justify-self: center;
}
.RightSub {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 2;
    justify-self: center;
}
.Filters {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 7;
    display: block;
    text-align: end;
    align-items: flex-end;
}
            /* figure.embed,
            figure.embed-top,
            figure.overlay,
            figure.embed-over {
                display: inline-block;
                text-align: initial;
                vertical-align: top;
                position: relative;
                margin: 0.5em;
                font-size: 0.8em;
                background: white;
                overflow: hidden;
            }
            figure.embed img,
            figure.embed-top img,
            figure.overlay img,
            figure.embed-over img {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            figure.embed figcaption,
            figure.embed-top figcaption,
            figure.overlay figcaption,
            figure.embed-over figcaption {
                width: 100%;
                padding: 0.5em;
                /* neutral theme */
                /* color: rgba(50,50,50,1.0);
                background: rgba(200,200,200,0.825);
            }

            figcaption {
                display: block;
            } */ 
    .spectra {
        /* grid-column-start: 1; */
        /* grid-column-end: 5; */
        /* grid-row-start: 1; */
        /* grid-row-end: 3; */
        justify-self: center;
    }
    .lamp_img {
        /* width: 80%; */
        object-fit: contain;
        justify-self: center;
    }.filter_img {
        width: 20%;
        object-fit: contain;
        justify-self: center;
    }
    .wheel {
        /* grid-column-start: 2; */
        /* grid-column-end: 4; */
        /* grid-row-start: 4; */
        /* grid-row-end: 6; */
        /* object-fit: contain; */
        /* align-self: center; */
        justify-self: center; 
    }
.Photo {
    justify-items: center;
}
.Warning {
    /* padding-right: 50px;
    padding-left: 50px; */
    justify-content: center;
    font-size: 18pt;
}
.text-block {
    padding-right: 50px;
    padding-left: 50px;
  }
.click-note {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
/* .video {
    position: relative;
    z-index: 0; 
    top: -70px;
    overflow: hidden;
  } */

#toggleSwitch {
    width:50% ;  
    /* transform: scaleY(-1); */
    justify-self: center;
}
#SmallKnob{
    width:100%;
}
#radioButtonsVa {
    justify-self:right;
    position: relative;
    top:-100%;
    overflow: visible;
}
#v{
    width: 100%;
}

#imgCrossHairs {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 1;
}

.variable{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}
.math{
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
}