<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #ffdcde;
}

.content {
    max-width: 1224px;
    margin: 20px auto 100px;
    padding: 0 20px;
    box-sizing: border-box;
	user-select: none;
}

	.content h1 {
		color: #ffff00;
		font-family: 'Anton';
		text-transform: uppercase;
		font-size: 2em;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
		padding: 0.5em 0.5em 0;
	}

	@media (min-width: 768px) { .content h1 { font-size: 4em; } }

	@media (min-width: 1024px) { .content h1 { font-size: 6em; padding: 1em 1em 0; } }

	.content .fox {
		max-width: 915px;
		margin: -1.5em auto 0;
		position: relative;
	}

	@media (min-width: 1024px) { .content .fox { margin: -3em auto 0; } }

		.content .fox img {
			display: block;
			max-width: 100%;
		}


		.content .nipple {
			position: absolute;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: center;
			transform-origin: 50% 0%;
		}

		.content .nipple.sway {
			animation: 3s ease 0s normal none infinite swing;
			-moz-animation: 3s ease 0s normal none infinite swing;
		    -moz-transform-origin: center top;
		    -webkit-animation: swing 0.5s infinite ease-in-out;
		    -webkit-transform-origin: top;
		    transform-origin: center top;
		    animation-direction: forwards;
		    /*transition: transform;*/
		}


		.content .nipple img {
			max-width: none;
			width: 100%;
		}

		#nipple-1 {
			height: 10%;
			width: 4%;
			top: 69.2%;
			left: 37.2%;
			background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/nipple-1_1.png');
		}

		#nipple-2 {
			width: 3.5%;
			height: 8%;
			top: 69%;
			left: 44.2%;
			background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/nipple-2_1.png');
		}

		#nipple-3 {
			width: 3.3%;
			height: 9.5%;
			top: 67.3%;
		    left: 50.3%;
		    background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/nipple-3_1.png');
		}

		#nipple-4 {
			width: 3%;
			height: 4.5%;
			top: 66.8%;
			left: 56.6%;
			background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/nipple-4.png');
		}

		.resize-handle {
			position: absolute;
			width: 200%;
			left: -50%;
			height: 100%;
			bottom: 0;
			cursor: s-resize !important;

		}

		@media (min-width: 768px) {
			.resize-handle {
				left: 0%;
				width: 100%;
			}
		}

@-moz-keyframes swing{
    0%{-moz-transform:rotate(-3deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-3deg)}
}
@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}
@keyframes swing{
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}

		.content .eye {
			position: absolute;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: center;
			transition: transform 0.5s;
		}

		#eye-1 {
			width: 4.5%;
			height: 4.5%;
			top: 24.7%;
		    left: 10.8%;
		    background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/eye-1.png');
		}

		#eye-2 {
			width: 4.2%;
			height: 4.3%;
			top: 23.3%;
			left: 21.2%;
			background-image: url('https://i.cdn.turner.com/adultswim/big/img/2016/05/25/eye-2.png');
		}
</pre></body></html>