/*Copyright - Adam Engelstad & Outerspaceland. All rights reserved.*/

#CTEContainer {
    position: absolute;
    top: 0%;
    width: 100%;
	background-color: transparent;
	z-index: 2;
}

#ClickToEnlarge{
	font-family:'Rockwell';
    font-style: italic;
    font-weight: bold;
	text-align: center;
	background-color: transparent;
	color: rgba(255,255,255,0.45);
}

@media screen and (min-width: 400px){
#ClickToEnlarge {
    font-size: calc(18px + 18 * ((100vw - 400px)/400));
}
}
 
@media screen and (min-width: 800px){
#ClickToEnlarge {
    font-size: 36px;
}         
}


.MoonLanderIGraphic2023 {
	width: 45vw;
    Height: 78vw;
    max-width: 360px;
    max-height: 624px;
    min-width: 180px;
    min-height: 312px;
    background-image: url("MoonLanders2023InfoGraphic.png");
    background-size: 101%;
	background-position: center;
    float: right;
	margin-top: -1.25em;
    margin-left: .8em;
    margin-bottom: 4.5em;
    border: solid 1px;
}

.MoonLanderIGraphic2023Caption {
    margin-top: 176%;
}

.PgrineUpdatePhoto {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("PeregrineLander2.jpg");
    background-size: 120%;
	background-position: center;
    float: right;
	margin-top: .25em;
    margin-left: .8em;
    margin-bottom: 4.5em;
    background-color: #181818;
    border: solid 1px;
}

.PgrineUpdatePhotoCaption{
    margin-top: 69%;
}

.HakutoRUpdatePhoto {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("HakutoR.jpeg");
    background-size: 120%;
	background-position: center;
    float: right;
	margin-top: .25em;
    margin-left: .8em;
    margin-bottom: 4.5em;
    background-color: #181818;
    border: solid 1px;
}

.HakutoRUpdatePhotoCaption{
    margin-top: 69%;
}

.NovaCUpdatePhoto {
    width: 45vw;
    Height: 30vw;
    max-width: 360px;
    max-height: 240px;
    min-width: 180px;
    min-height: 120px;
    background-image: url("Nova-C-2023.jpg");
    background-size: 120%;
	background-position: center;
    float: right;
	margin-top: .25em;
    margin-left: .8em;
    margin-bottom: 4.5em;
    background-color: #181818;
    border: solid 1px;
}

.NovaCUpdatePhotoCaption{
    margin-top: 69%;
}

/*Copyright - Adam Engelstad & Outerspaceland. All rights reserved.*/




