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

.AndorPosterImg {
    width: 45vw;
    Height: 66.667vw;
    max-width: 360px;
    max-height: 533.336px;
    min-width: 180px;
    min-height: 266.668px;
    background-image: url("andor-payoff-poster_73908645.jpeg");
    background-size: 100%;
	background-position: center;
    float: right;
	margin-top: -1em;
    margin-left: .8em;
    margin-bottom: 4.5em;
    background-color: #fff;
    border: solid 1px;
}

.AndorPosterImgCaption{
    margin-top: 151%;
}

.iframe-container {
    position: relative;
	width: 100%;
	padding-bottom: 53.75%;
	height: 0;
	border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.iframe-container iframe {
	position: absolute;
	top: 2.723%;
	left: 5%;
	width: 90%;
	height: 94.445%
}

.AndorCharacterImg {
    width: 100%;
    background-image: url("SawAndLuthen.jpeg");
    background-size: 90%;
	background-position: 50% 12.5%;
	padding-top: 1em;
	margin-top: -1.25em;
	margin-bottom: 1.5em;
    border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.AndorCharacterImgCaption{
    margin-top: 37%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: bottom;
}

.AndorWorldImg {
    width: 100%;
    background-image: url("TheEye.jpeg");
    background-size: 90%;
	background-position: 50% 12.5%;
	padding-top: 1em;
	margin-top: -1.25em;
	margin-bottom: 1.5em;
    border-left: solid 1px #181818;
	border-right: solid 1px #181818;
}

.AndorWorldImgCaption{
    margin-top: 37%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: bottom;
}


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




