diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw
index f29e5295ba7cf2ed38177977228de71131f0426b..a0eea88e491538482a93e6ddbea69cb7490314b1 100644
--- a/src/Mods/DinnerParty/dinnerPartyExecution.tw
+++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw
@@ -11,11 +11,13 @@
 
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/gui/css/mainStyleSheet.tw b/src/gui/css/mainStyleSheet.tw
index e948682e8db45c3f895d050f93c1ddf741e622c5..468eb5e3f82cea4d466a2daa49b745c03d9a0dd2 100644
--- a/src/gui/css/mainStyleSheet.tw
+++ b/src/gui/css/mainStyleSheet.tw
@@ -31,7 +31,7 @@ img {
 	text-indent: -10000px;
 }
 
-.imageColumn {
+.imageColumn { /* TODO: this is mostly a copy of imageRef to get its flex features working properly. They can probably be removed from imageRef at some point */
 	display: flex;
 	flex-direction: column;
 	flex-wrap: wrap;
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index 6290da67f5177c21baf5c40c68ed0859a5bd6104..9f179866f897251d45518f847dead1e7db5fac7b 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -68,11 +68,13 @@
 <<if $RESSevent == "headgirl dickgirl">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$j] 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$j] 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
@@ -545,11 +547,13 @@ $He sees you examining at $him, and looks back at you submissively, too tired to
 		<<replace "#artFrame">>
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
-			<div class="imageRef medImg">
-				<<SlaveArt $slaves[$j] 2 0>>
-			</div>
-			<div class="imageRef medImg">
-				<<SlaveArt $activeSlave 2 0>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<SlaveArt $activeSlave 2 0>>
+				</div>
+				<div class="imageRef medImg">
+					<<SlaveArt $slaves[$j] 2 0>>
+				</div>
 			</div>
 		<</if>>
 		/* 000-250-006 */
diff --git a/src/uncategorized/PETS.tw b/src/uncategorized/PETS.tw
index 0e688988a6d672d128285e43bb99c283477c30ac..eb083f0c76a9e7bc111ce0024edf7e395efa8fc8 100644
--- a/src/uncategorized/PETS.tw
+++ b/src/uncategorized/PETS.tw
@@ -70,11 +70,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $subSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw
index f91b51f70a89864891898ca8ef58a0305c3e5e4f..c5aff37ed708c8d405a48cf0e2ce4d2b1c29505b 100644
--- a/src/uncategorized/RECI.tw
+++ b/src/uncategorized/RECI.tw
@@ -299,11 +299,13 @@ $He looks pensive, and goes through two false starts before $he clears $his thro
 	<<replace "#artFrame">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $HeadGirl 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $HeadGirl 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
@@ -345,11 +347,13 @@ $He looks pensive, and goes through two false starts before $he clears $his thro
 	<<replace "#artFrame">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $Concubine 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $Concubine 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw
index 35b9df56a1e5b9346e94e834543c4cf3ab2d6025..5ff429580440b76c56d5232cf181b8d5079055d7 100644
--- a/src/uncategorized/REFI.tw
+++ b/src/uncategorized/REFI.tw
@@ -121,22 +121,28 @@
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $subSlave 2>>
 
+<<set _clothesTemp = $subSlave.clothes>>
 <<switch $REFIevent>>
-
-<<case "masochist">>
-
-<<set _clothesTemp = $subSlave.clothes, $subSlave.clothes = "no clothing">>
+<<case "masochist" "pregnancy" "boobs" "cumslut">> /* Prep clothing for images */
+	<<set $subSlave.clothes = "no clothing">>
+<</switch>>
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $subSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
-<<set $subSlave.clothes = _clothesTemp>>
+<<set $subSlave.clothes = _clothesTemp>> /*restore clothing to original values */
+
+<<switch $REFIevent>>
+
+<<case "masochist">>
 
 <<if $subSlave.belly >= 1500>>
 	You have $subSlave.slaveName lying down on your desk, and are seeing to your own amusement and _his2 masochistic streak at once. _He2 has _his2 body flat on the surface, but is unrestrained, and has been told that _he2 must not rise off it at all, nor tilt _his2 bulk to either side. You then tell _his2 to count strokes and begin to flog _his2 _subBelly belly with a leathern instrument<<if $subSlave.pregKnown == 1>>, taking care not to cause _his2 pregnancy any lasting harm<</if>>. Before long _he2 is experiencing more pain than the human body can support without involuntary movement, and you tell _him2 to go back one count whenever _he2 does. At long last _he2 completes the required number of blows, and lies quivering and sobbing, thanking you over and over, until _he2 stiffens again at the
@@ -214,19 +220,6 @@ It seems $he passed by while you were beating $subSlave.slaveName and found the
 
 <<case "pregnancy">>
 
-<<set _clothesTemp = $subSlave.clothes, $subSlave.clothes = "no clothing">>
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-<<set $subSlave.clothes = _clothesTemp>>
-
 $subSlave.slaveName gets inspected more regularly than your other slaves, since _he2's quite pregnant. _His2 pregnancy is progressing acceptably, but having _his2 belly inspected gets _him2
 <<if $subSlave.pregSource == -1>>
 	extremely eager to feel more of _his2 <<= WrittenMaster($subSlave)>>'s seed in _his2 fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good _girl2,
@@ -367,19 +360,6 @@ It seems $he passed by while you were enjoying the heavily pregnant $subSlave.sl
 
 <<case "boobs">>
 
-<<set _clothesTemp = $subSlave.clothes, $subSlave.clothes = "no clothing">>
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-<<set $subSlave.clothes = _clothesTemp>>
-
 $subSlave.slaveName is on lunch duty today. That means that as you eat your working lunch, _he2 sits on the edge of your desk right next to you, so that <<if $subSlave.belly >= 100000>>a nipple is<<else>>_his2 nipples are<</if>> conveniently at mouth height. Whenever you feel thirsty, you lean over<<if $subSlave.nipples == "partially inverted" || $subSlave.nipples == "inverted">>, pop one out,<<elseif $subSlave.nipples == "fuckable">>, slip your tongue deep inside,<</if>> and take some of _his2 creamy, slightly vanilla-toned milk straight from the source. Every time you do, _he2 shudders convulsively,
 <<if canTalk($subSlave)>>
 	giving little mewling whimpers.
@@ -428,17 +408,6 @@ It seems $he passed by while you were drinking from $subSlave.slaveName and foun
 
 <<case "submissive">>
 
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-
 $subSlave.slaveName is lying on the edge of your desk with _his2<<if $subSlave.belly >= 1500>> bloated<</if>> body helpless beneath you, your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> in _him2, and your hands around _his2 neck. It's just breath play, and you're practiced enough that _he2's in no danger. _He2's such a sexual submissive that _he2 sometimes acts out if not managed. This happens when _he2 feels the urge to misbehave in order to access punishment, so you personally ensure that _he2 can indulge _his2 submissiveness when _he2 needs it. _He2 does not orgasm with you, _his2 complete servitude to your pleasure fulfilling a deeper need than that. _He2 leaves your office with a serene look on _his2 face, passing <<EventNameLink>>, who is
 <<if $activeSlave.amp == 1>>
 	propped limblessly nearby. $He has
@@ -483,17 +452,6 @@ It seems $he passed by while you were dominating $subSlave.slaveName. <<if $acti
 
 <<case "buttslut">>
 
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-
 In the middle of the afternoon, you take a break from work to fuck $subSlave.slaveName in your office. $subSlave.slaveName is such a complete buttslut that _he2's enjoying _himself2 to an almost indecent degree: moaning, begging, or just smiling idiotically with _his2 mouth open and _his2 tongue lolling. After you finish and _he2 leaves, you notice $activeSlave.slaveName at the door to your office. You call $his in.
 <br><br>
 <<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused:
@@ -530,19 +488,6 @@ It seems $he passed by while you were buttfucking $subSlave.slaveName and found
 
 <<case "cumslut">>
 
-<<set _clothesTemp = $subSlave.clothes, $subSlave.clothes = "no clothing">>
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-<<set $subSlave.clothes = _clothesTemp>>
-
 You wake up to the sensation of $subSlave.slaveName eagerly sucking your dick. _He2's industriously pumping _his2 mouth up and down on your member. In truth, $subSlave.slaveName doesn't give the perfect blowjob: _he2 loves cum so much that _he2 mostly enjoys oral sex in an anticipatory way, and usually works to make the recipient cum as soon as possible so as to get _his2 favorite treat into _his2 mouth quicker. Still, _his2 enthusiasm is nice and _he2 does have permission to wake you at your usual time in this way. As you get up after finishing, you notice <<EventNameLink>> at the door to your bedroom. You call $him in.
 <br><br>
 <<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused:
@@ -579,17 +524,6 @@ It seems $he passed by while $subSlave.slaveName was blowing you. $He swallows p
 
 <<case "humiliation">>
 
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-<</if>>
-/* 000-250-006 */
-
 You have $subSlave.slaveName pinned up against a railing on a balcony that overlooks a public atrium. Passersby below cannot see you, but they can certainly see $subSlave.slaveName's upper body as _he2 takes your dick. _He2's blushing furiously with the sex and with _his2 trademark mixed arousal and embarrassment at having an audience. _He2 makes a show of trying to disguise the fact that _he2's getting railed, but it's obvious. When you finish, you pull _him2 off the railing so _he2 can clean up. <<EventNameLink>> <<if canSee($activeSlave)>>saw<<elseif canHear($activeSlave)>>heard<<else>>felt the heat from<</if>> the denouement of this exhibitionist fun, and seems intrigued.
 <br><br>
 <<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused:
diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index cb3acdd5794c531f5808e7f7d86fffe41eba0ceb..a85dd814cf3bbb67ee3bc23f1320363db493888f 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -178,11 +178,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $subSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
@@ -1119,11 +1121,13 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p
 	<<replace "#artFrame">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $subSlave 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $subSlave 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
@@ -1146,11 +1150,13 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p
 		<<replace "#artFrame">>
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
-			<div class="imageRef medImg">
-				<<SlaveArt $subSlave 2 0>>
-			</div>
-			<div class="imageRef medImg">
-				<<SlaveArt $activeSlave 2 0>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<SlaveArt $activeSlave 2 0>>
+				</div>
+				<div class="imageRef medImg">
+					<<SlaveArt $subSlave 2 0>>
+				</div>
 			</div>
 		<</if>>
 		/* 000-250-006 */
@@ -1178,11 +1184,13 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p
 	<<replace "#artFrame">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $subSlave 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $subSlave 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
@@ -1554,11 +1562,13 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p
 	<<replace "#artFrame">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $subSlave 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $subSlave 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/REresistantmotherdaughter.tw b/src/uncategorized/REresistantmotherdaughter.tw
index 59665a7feff6db7850f9605dadef27b450cfc5f7..46e2c4ac1fb71c84e784675e017c980cc91d1580 100644
--- a/src/uncategorized/REresistantmotherdaughter.tw
+++ b/src/uncategorized/REresistantmotherdaughter.tw
@@ -12,11 +12,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[$j] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[$i] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$i] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$j] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw
index a36372da4c246bfd4fa4427047fca67d6aabd750..6e111eb0edeec02858a2f51dcb54447230f0739b 100644
--- a/src/uncategorized/fullReport.tw
+++ b/src/uncategorized/fullReport.tw
@@ -3,7 +3,7 @@
 /* 000-250-006 */
 <<if $seeImages && $seeReportImages>>
 	<div class="imageRef medImg">
-	<<SlaveArt $slaves[$i] 2 0>>
+		<<SlaveArt $slaves[$i] 2 0>>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 12a503ef0a9d0d0d50263822deebc7d5a0ff0433..b10c5694b3e965c9f6986216ff474d51b5121702 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -13,7 +13,7 @@
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageRef medImg">
-	<<SlaveArt $eventSlave 2 0>>
+		<<SlaveArt $eventSlave 2 0>>
 	</div>
 <</if>>
 /* 000-250-006 */
@@ -390,11 +390,13 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-	<<SlaveArt $eventSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-	<<SlaveArt $subSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $eventSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $subSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw
index 34c29d5cd6c728654218d127e3480435e4c4f9a4..e9f9e146a1499319c6fb7b371ed218c86d4cf05f 100644
--- a/src/uncategorized/pBombing.tw
+++ b/src/uncategorized/pBombing.tw
@@ -5,6 +5,17 @@
 
 <<if $Bodyguard != 0>>
 	<<setLocalPronouns $Bodyguard>>
+	<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<<if $imageChoice == 1>>
+			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $Bodyguard 2 0>></div>
+		<<else>>
+			<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $Bodyguard 2 0>></div>
+		<</if>>
+	<</if>>
+	/* 000-250-006 */
+	</span>
 <</if>>
 
 One fine day, you're strolling down the main promenade, making your usual combined inspection and public rounds. These walks are triply useful, since they allow you to keep a finger on the pulse of your demesne, identify any problems, and display yourself to the population. <<if $Bodyguard != 0>>$Bodyguard.slaveName is walking with you, of course; $his presence protection, intimidation, and ostentation, all in one.<</if>>
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index 454fc563461ec7a709ac16433323ccb48c8710f3..925581ba12d3115e0bd813b53b87a8116c53c33b 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -9,6 +9,18 @@
 <<run Enunciate($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
+<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<<if $imageChoice == 1>>
+			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+		<<else>>
+			<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+		<</if>>
+	<</if>>
+	/* 000-250-006 */
+</span>
+
 <<= SlaveFullName($activeSlave)>>, once
 <<switch $PC.career>>
 <<case "wealth">>
diff --git a/src/uncategorized/peHeadgirlConcubine.tw b/src/uncategorized/peHeadgirlConcubine.tw
index b9f1a84c83f14323fe3c80f850b61f716ed857dd..de7ccb1e92791514183583220e9a59a4ac584cf7 100644
--- a/src/uncategorized/peHeadgirlConcubine.tw
+++ b/src/uncategorized/peHeadgirlConcubine.tw
@@ -13,11 +13,13 @@
 <span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $Concubine 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $HeadGirl 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $HeadGirl 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $Concubine 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/peLonelyBodyguard.tw b/src/uncategorized/peLonelyBodyguard.tw
index 28f11ac7b8fd4682838f3a46d13f1339ca4f1dda..817390f78a50fee29957e689a26c8980940f732f 100644
--- a/src/uncategorized/peLonelyBodyguard.tw
+++ b/src/uncategorized/peLonelyBodyguard.tw
@@ -16,11 +16,13 @@
 <span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$j] 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $activeSlave 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$j] 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/reAnalPunishment.tw b/src/uncategorized/reAnalPunishment.tw
index 200cfc8a5e0f67f3fad859900cfb9d8876bbc336..858a59e34c2d5ea98dc780695068410e775805ab 100644
--- a/src/uncategorized/reAnalPunishment.tw
+++ b/src/uncategorized/reAnalPunishment.tw
@@ -13,11 +13,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $HeadGirl 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $HeadGirl 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index fc9f65f5dc316071b4aa99c76f1bdc1a28f8b22c..06203541b3023c0bd6479325236395aca9b9d508 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -10,11 +10,13 @@
 <span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$j] 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$i] 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$i] 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$j] 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/reDevotedTwins.tw b/src/uncategorized/reDevotedTwins.tw
index cfea87fabb593d5bda0f01f1b25732dfd6c44ea0..0a44295821e20e740114c869f42c0044f3da9adb 100644
--- a/src/uncategorized/reDevotedTwins.tw
+++ b/src/uncategorized/reDevotedTwins.tw
@@ -8,11 +8,13 @@
 <span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$j] 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt $slaves[$i] 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$j] 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $slaves[$i] 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/reDevotees.tw b/src/uncategorized/reDevotees.tw
index b4d20ccc3ba1dbd4c1865e4eec0d9ac9938cb591..c9c85f4d105c4ab11835948e3eb71bb3fccddf92 100644
--- a/src/uncategorized/reDevotees.tw
+++ b/src/uncategorized/reDevotees.tw
@@ -9,17 +9,19 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_red1] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_red2] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_red3] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_red4] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_red1] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_red2] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_red3] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_red4] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reFullBed.tw b/src/uncategorized/reFullBed.tw
index 61a00501d9fcd874f683a5097ddd03eefbee3606..ef5c885bc8c263810a9be93d2baa1a10a9eaf9c0 100644
--- a/src/uncategorized/reFullBed.tw
+++ b/src/uncategorized/reFullBed.tw
@@ -7,11 +7,13 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_bedSlaveOne] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_bedSlaveTwo] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_bedSlaveOne] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_bedSlaveTwo] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw
index bac7696c083af71b595313baa7323c63e6a14a1f..0d49859533e73b2e2fc08efc898cb3725e07da9e 100644
--- a/src/uncategorized/reHGReplacement.tw
+++ b/src/uncategorized/reHGReplacement.tw
@@ -11,11 +11,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $HeadGirl 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $HeadGirl 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reRebels.tw b/src/uncategorized/reRebels.tw
index e9bf72ae79bcae953ab2de73fefcb41fcd0b593e..2d1bc299ec545f6e10a4022421afed55c5a971f3 100644
--- a/src/uncategorized/reRebels.tw
+++ b/src/uncategorized/reRebels.tw
@@ -13,11 +13,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_j] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[_i] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_i] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[_j] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw
index 839f48a1dffb4050149422c323c81a85f2a46a73..a917d79e3f32b73df09ab9f272500bb1c62d3a2e 100644
--- a/src/uncategorized/reRelationshipAdvice.tw
+++ b/src/uncategorized/reRelationshipAdvice.tw
@@ -12,11 +12,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $subSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $subSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw
index f864a7f8cf3e1648dc4e8715915c72db615f779d..b22e906feff35b1d5b6547577a757aeb1152a6f2 100644
--- a/src/uncategorized/reRelativeRecruiter.tw
+++ b/src/uncategorized/reRelativeRecruiter.tw
@@ -825,11 +825,13 @@ You look up the _relationType. _He2 costs <<print cashFormat($slaveCost)>>, a ba
 	<<replace "#artFrame">>
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
-			<div class="imageRef medImg">
-				<<SlaveArt $activeSlave 2 0>>
-			</div>
-			<div class="imageRef medImg">
-				<<SlaveArt $eventSlave 2 0>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<SlaveArt $activeSlave 2 0>>
+				</div>
+				<div class="imageRef medImg">
+					<<SlaveArt $eventSlave 2 0>>
+				</div>
 			</div>
 		<</if>>
 		/* 000-250-006 */
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index 54dc48e2bc813bcac848bc8019e71a8c9a6691ce..b062a258e9e2f9abf6895f7863e60eaa7fe5169c 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -61,11 +61,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt _Inspectee 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt _Inspectee 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw
index 91732022a3fec29046a556761c2933e930f5e2f6..2753fa517ef23bb2575cda79fae1bf7a9aa6d797 100644
--- a/src/uncategorized/reShowerPunishment.tw
+++ b/src/uncategorized/reShowerPunishment.tw
@@ -13,11 +13,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $activeSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $HeadGirl 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $HeadGirl 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reSiblingRevenge.tw b/src/uncategorized/reSiblingRevenge.tw
index bf4922c21cf35194ce4ccee232945c64f1ae8ab7..4ab39122274293b39c236073448fe12ff148988f 100644
--- a/src/uncategorized/reSiblingRevenge.tw
+++ b/src/uncategorized/reSiblingRevenge.tw
@@ -12,11 +12,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[$j] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $slaves[$i] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$i] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$j] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw
index 555312cfdfa565e53dd3dcea5908fbcc0e4b7589..99413870dd011a758940f80dafab37a9ae1ff838 100644
--- a/src/uncategorized/reSlaveMarriage.tw
+++ b/src/uncategorized/reSlaveMarriage.tw
@@ -17,11 +17,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt $groomSlave 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt $brideSlave 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt $groomSlave 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $brideSlave 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/reStaffedMorning.tw b/src/uncategorized/reStaffedMorning.tw
index 92514ba423f4f44cff26399b47e7a98b5581e2c5..a4f8d3119f89cd4c5cea280dadbd31d510c7214a 100644
--- a/src/uncategorized/reStaffedMorning.tw
+++ b/src/uncategorized/reStaffedMorning.tw
@@ -15,11 +15,13 @@
 <span id="artFrame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt _bedSlaves[1] 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt _bedSlaves[0] 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt _bedSlaves[0] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt _bedSlaves[1] 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */
diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index 4c8b2beeba32417837a5633da45988f65e5a175a..a0c2fc1bd9542b73bde1ee9394572ea24a14a71f 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -239,11 +239,13 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
-				<div class="imageRef medImg">
-					<<SlaveArt $hare1 2 0>>
-				</div>
-				<div class="imageRef medImg">
-					<<SlaveArt $Lurcher 2 0>>
+				<div class="imageColumn">
+					<div class="imageRef medImg">
+						<<SlaveArt $Lurcher 2 0>>
+					</div>
+					<div class="imageRef medImg">
+						<<SlaveArt $hare1 2 0>>
+					</div>
 				</div>
 			<</if>>
 			/* 000-250-006 */
@@ -260,11 +262,13 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
-				<div class="imageRef medImg">
-					<<SlaveArt $hare2 2 0>>
-				</div>
-				<div class="imageRef medImg">
-					<<SlaveArt $Lurcher 2 0>>
+				<div class="imageColumn">
+					<div class="imageRef medImg">
+						<<SlaveArt $Lurcher 2 0>>
+					</div>
+					<div class="imageRef medImg">
+						<<SlaveArt $hare2 2 0>>
+					</div>
 				</div>
 			<</if>>
 			/* 000-250-006 */
@@ -282,11 +286,13 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har
 			<<set _clothesTemp = $Lurcher.clothes, $Lurcher.clothes = "no clothing">>
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
-				<div class="imageRef medImg">
-					<<SlaveArt $hare3 2 0>>
-				</div>
-				<div class="imageRef medImg">
-					<<SlaveArt $Lurcher 2 0>>
+				<div class="imageColumn">
+					<div class="imageRef medImg">
+						<<SlaveArt $Lurcher 2 0>>
+					</div>
+					<div class="imageRef medImg">
+						<<SlaveArt $hare3 2 0>>
+					</div>
 				</div>
 			<</if>>
 			/* 000-250-006 */
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index 43662f2f5f85633c4adaee4c5e9e5df450236a2d..b3a2bc3ca7c669c9d39af21ca4a639e38fdc6ca6 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -26,11 +26,13 @@
 		<span id="artFrame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
-			<div class="imageRef medImg">
-				<<SlaveArt _fighterTwo 2 0>>
-			</div>
-			<div class="imageRef medImg">
-				<<SlaveArt _fighterOne 2 0>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<SlaveArt _fighterOne 2 0>>
+				</div>
+				<div class="imageRef medImg">
+					<<SlaveArt _fighterTwo 2 0>>
+				</div>
 			</div>
 		<</if>>
 		/* 000-250-006 */
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 36b0715f8cbfed4cf189ec45a887641598180967..7ae6176f16599216d4e483f46c6449d35965523b 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -19,11 +19,13 @@
 	<span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<SlaveArt _fighterTwo 2 0>>
-		</div>
-		<div class="imageRef medImg">
-			<<SlaveArt _fighterOne 2 0>>
+		<div class="imageColumn">
+			<div class="imageRef medImg">
+				<<SlaveArt _fighterOne 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt _fighterTwo 2 0>>
+			</div>
 		</div>
 	<</if>>
 	/* 000-250-006 */
diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index bb2a1d919d3cf97e18447ac2729621f9d31ce9a2..1e7675c756ae94c3146d47e68ec00a4433543e28 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -216,11 +216,13 @@ Your arcology has gained a well-off citizen.
 	<<replace "#artFrame">>
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
-			<div class="imageRef medImg">
-				<<SlaveArt $slaves[_sr] 2 0>>
-			</div>
-			<div class="imageRef medImg">
-				<<SlaveArt $activeSlave 2 0>>
+			<div class="imageColumn">
+				<div class="imageRef medImg">
+					<<SlaveArt $activeSlave 2 0>>
+				</div>
+				<div class="imageRef medImg">
+					<<SlaveArt $slaves[_sr] 2 0>>
+				</div>
 			</div>
 		<</if>>
 		/* 000-250-006 */
diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw
index 925a2609e4471d04c08b2e926048e05b9409ba8b..1d7421074727d9b646e938d97aba763a394f73a4 100644
--- a/src/uncategorized/seWeddingDouble.tw
+++ b/src/uncategorized/seWeddingDouble.tw
@@ -10,11 +10,13 @@
 
 /* 000-250-006 */
 <<if $seeImages == 1>>
-	<div class="imageRef medImg">
-		<<SlaveArt _slave2 2 0>>
-	</div>
-	<div class="imageRef medImg">
-		<<SlaveArt _slave1 2 0>>
+	<div class="imageColumn">
+		<div class="imageRef medImg">
+			<<SlaveArt _slave1 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt _slave2 2 0>>
+		</div>
 	</div>
 <</if>>
 /* 000-250-006 */