Image hiding with bits
diff --git a/css/main.css b/css/main.css
index 73c2b6a..7e9065e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -46,11 +46,14 @@
 
 #victim_img {
 	float: left;
-	width: 200px;
 	max-width: 100%;
 	margin-right: 16px;
 }
 
+img.black {
+	filter: brightness(0%);
+}
+
 #victim_name {
 	font-weight: bold;
 	font-size: 1.5em;