@font-face {
	font-family: 'nexa_boldregular';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot');
	src: url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff') format('woff'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.ttf') format('truetype'), url('../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
}
@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion-ios-eye:before,
.ion-android-checkbox:before,
.ion-ios-clock:before,
.ion-arrow-left-c:before,
.ion-chevron-up:before,
.ion-chevron-down:before,
.ion-ios-cloud-download:before,
.ion-android-menu:before,
.ion-android-done:before,
.ion-android-close:before,
.ion-ios-search-strong:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-ios-search-strong:before { content: "\f4a4"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-ios-eye:before { content: "\f425"; }
.ion-ios-clock:before { content: "\f403"; }
.ion-android-checkbox:before { content: "\f374"; }
.ion-ios-cloud-download:before { content: "\f408"; }
.ion-android-done:before { content: "\f383"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-android-menu:before { content: "\f394"; }
.ion-android-close:before {
	content: "\f2d7";
	width: 40px;
	height: 40px;
	font-size: 30px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.modal-mod {
	position: fixed;
	width: 100%!important;
	height: 100vh!important;
	margin: auto!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	overflow: hidden;
		background-color: #000; /* ensure dark overlay on mobile */
}

/* Keep modals hidden initially without blocking the plugin */
.modal {
	opacity: 0;
	z-index: -9999;
}

#my-work {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}
div#btn-close-modal {
	position: absolute;
	top: 5%;
	left: 5%;
	color: #fff;
	width: 40px;
	display: block;
	height: 40px;
	background-color: black;
	z-index: 9999999999999;
}

.modal--content {
	position: absolute;
	width: 70vw;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/* padding-bottom: 56.25%; */
	/* padding-top: 25px; */
	height: 70vh;
}
.modal--content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.jobs {
	width: 70%;
	margin: 0 auto;

}

.job {
	width: 50%;
	float: left;
	min-height: 270px;
	padding: 0 2.5rem;
}

.job p {
	margin-bottom: .5rem;
margin-top: 0!important;
font-weight: 200;
}

.job p strong {
	font-weight: 600;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	--text-color: #fff;
	--background-color: #363dc2;
	--background-color-2: #282faf;
	--background-color-3: #202692;
	--link-color: #03b9f1;
	--link-hover-color: #fff;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #fff;
	color: var(--text-color);
	background-color: #363dc2;
	background-color: var(--background-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--background-color);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 10000;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 10px solid var(--background-color-2);
	border-left-color: var(--text-color);
	animation: loaderAnim 0.8s linear infinite forwards;
}

@keyframes loaderAnim {
	to {
		transform: rotate(360deg);
	}
}

main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--link-color);
	outline: none;
}

a:hover,
a:focus {
	color: var(--link-hover-color);
	outline: none;
}
.mobile-nav {
	display: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

/* Deco Shape */
.decoshape {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	fill: var(--background-color-3);
}

/* SVG Morph */
.morph-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.morph {
	position: relative;
	height: 100%;
	fill: var(--background-color-2);
	flex: none;
}



.content-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	pointer-events: none;
}

.content {
	position: relative;
	display: grid;
}

.content--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	z-index: 100;
	pointer-events: none;
	padding: 1.5em;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto 4em;
	grid-template-areas:	"header ..."
							"... decotitle"
							"demos decotitle";
}

.content--fixed a {
	pointer-events: auto;
}

.content--layout {
	pointer-events: auto;
	justify-content: center;
	align-content: center;
	grid-template-columns: 150px 150px 200px 200px;
	grid-template-rows: 150px 75px 75px;
	grid-template-areas:	"... title title title"
							"author ... desc desc"
							"author ... link link";
}


.content--related {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	pointer-events: none;
}

.content__img {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	opacity: 0.8;
	width: 300px;
	height: 300px;
}

.content__title {
	grid-area: title;
	font-family: 'nexa_boldregular', sans-serif;
	letter-spacing: -0.025em;
	font-size: 8em;
	line-height: 160px;
	margin: 0;
	text-transform: lowercase;
	z-index: 10;
	cursor: default;
}

.title-01 {
    font-family: 'nexa_boldregular', sans-serif;
    letter-spacing: 1px;
    font-size: 6em;
    text-transform: none;
}

.av-hacks {
font-size: 5em;
line-height: 80px;
margin-top: 22px;
text-transform: none;
}
.av-hacks span {
	font-size: 0.7em;
	letter-spacing: 1px;
}

.mu-hacks {
font-size: 5em;
line-height: 45px;
margin-top: 22px;
text-transform: none;
}
.mu-hacks span {
	font-size: 0.5em;
	letter-spacing: 1px;
}

.tiaa-hack {
    font-size: 5em;
    width: 110%;
    line-height: 73px;
    margin-top: -30px;
    text-transform: none;
}
.pmtm-hack {
    font-size: 5em;
    width: 110%;
    line-height: 73px;
	margin-top: -40px;
	margin-left: 80px;
    text-transform: none;
}

.pmtm-hack-desc {
    margin-top: 47px!important;
}

.pmtm-hack-link {
    margin-bottom: -50px;
}
.pmtm-hack span,
.tiaa-hack span {
	font-size: 0.6em;
	letter-spacing: 1px;
}

.sprite-hack {

    font-size: 5em;
    line-height: 75px;
    text-transform: none;

}
.sprite-hack span {
	font-size: 0.7em;
	letter-spacing: 1px;
	margin-left: 70px;
}

.denner-hack {
    font-size: 5em;
    line-height: 75px;
    text-transform: none;
}
.denner-hack span {
	font-size: 0.7em;
	letter-spacing: 1px;
}

.coop-hack {
	font-size: 5em;
	line-height: 60px;
	margin-bottom: 20px;
	text-transform: none;
}

.coop-hack span {
	font-size: 0.6em;
	letter-spacing: 1px;
}

.content__author {
	grid-area: author;
	margin: 0;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	padding: 1em;
	text-align: right;
	z-index: 10;
	cursor: default;
}

.content__desc {
	grid-area: desc;
	margin: 0;
	z-index: 10;
	padding: 0 1em;
	cursor: default;
}

.sprite-c-hack {

    width: 130%;
    position: absolute;
    left: -50px;
}

.denner-c-hack {
    width: 150%;
    position: absolute;
    left: -50px;
}

.content__img,
.content__title,
.content__author,
.content__desc {
	transition: transform 0.3s ease-out;
}

.content__link {
	pointer-events: auto;
	grid-area: link;
	align-self: end;
	justify-self: start;
	z-index: 10;
	padding: 0 1em 0.15em;
}

.content__info {
	grid-column: 1 / 3;
}

.content__related-item {
	padding: 1em;
	transition: color 0.3s;
}

.content__related-img {
	max-width: 100%;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.content__related-item:hover .content__related-img,
.content__related-item:focus .content__related-img {
	opacity: 1;
}

.content__related-title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}

/* Different layouts */

/* layout-2 */
.content--layout-2 {
	grid-template-areas:	"... title title title"
							"desc desc ... author"
							"link link ... author";
}

.content--layout-2 .content__img {
	grid-column: 3 / 5;
	grid-row: 1 / 3;
}

.content--layout-2 .content__desc {
	text-align: right;
}

.content--layout-2 .content__link {
	justify-self: end;
}

.content--layout-2 .content__author {
	justify-self: end;
	align-self: start;
}

/* layout-3 */
.content--layout-3 {
	grid-template-rows: 75px 75px 150px;
	grid-template-areas:	"... ... desc desc"
							"author title title title"
							"author ... link link";
}

.content--layout-3 .content__img {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.content--layout-3 .content__desc {
	align-self: end;
}

/* layout-4 */

.content--layout-4 {
	grid-template-areas:	"title title title desc"
							"... author ... desc"
							"... author ... link";
}

.content--layout-4 .content__img {
	grid-column: 2 / 4;
	grid-row: 1 / 3;
}

.content--layout-4 .content__author {
	justify-self: start;
	align-self: start;
}

/* Header */
.codrops-header {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 100;
	grid-area: header;
	align-self: start;
	justify-self: start;
}

.codrops-header__title {
	font-size: 1em;
	padding: 0.75em 0;
	margin: 0;
	font-weight: 500;
}

/* Demos */
.demos {
	grid-area: demos;
	align-self: end;
	margin-left: -1.5rem;
	margin-bottom: -2rem;
}

.demo {
	display: inline-block;
	position: relative;
	font-size: 0.85em;
	margin: 0 0.25em 0.5em 0;
	padding: 1em;
}

.demo .decoshape {
	display: none;
}

.demo--current {
}

.demo:hover {
	color: var(--link-hover-color);
	border-color: currentColor;

	}

.demo:hover .decoshape {
	display: block;
	z-index: -1;
}

/* Deco elements */
.deco {
	pointer-events: none;
}

.deco--title {
	grid-area: decotitle;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	text-align: right;
	align-self: end;
	justify-self: end;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1em 0 0;
    text-align: center;
    white-space: nowrap;
}

.codrops-icon {
	position: relative;
	display: inline-block;
	padding: 0.75em 0.75em 1em;
}

/* Demo themes */
.demo-2 {
	background-color: #1d1b22!important;
	/* --background-color-2: #342560;
	--background-color-3: #553e9a;
	--background-color-4: #000000; */
	--text-color: #fff;
	--link-color: #f9ed8a;
	--link-hover-color: #fff;

}

.stills {
	--background-color: #000000;
	--background-color-2: #000000;
	--background-color-3: #000000;
	--background-color-4: #000000;
	--text-color: #fff;
	--link-color: #f9ed8a;
	--link-hover-color: #fff;
}

.demo-3 {
	--background-color: #56cccf;
	--background-color-2: #41e0e4;
	--background-color-3: #1747c0;
	--text-color: #fff;
	--link-color: #fff;
	--link-hover-color: #17b1b5;
}

.demo-3 .morph {
	fill: none;
	stroke-width: 12px;
	stroke: #22bcc0;
}

@media screen and (max-width: 50em) {
	.content--fixed {
		height: 100vh!important;
		min-height: 600px!important;
		display: block;
		z-index: 1000;
		position: absolute;
	}
	.codrops-header {
		align-items: center;
		flex-direction: column;
	}
	.deco--title {
		display: none;
	}
	.demos {
		text-align: center;
	}
}

@media screen and (max-width: 40em) {
	.content--layout {
		transform: scale3d(0.8,0.8,1);
	}

}

@media screen and (max-width: 36em) {
	.content--layout {
		transform: scale3d(0.7,0.7,1);
	}
}

@media screen and (max-width: 32em) {
	.content--layout {
		transform: scale3d(0.6,0.6,1);
	}
	.content__author,
	.content__desc,
	.content__link {
		font-size: 1.35em;
	}
}

@media screen and (max-width: 28em) {
	.content--layout {
		transform: scale3d(0.5,0.5,1);
	}
}
.content-wrap--stills {
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
@media screen and (max-width: 991px) {
	.pater,
	.demos {
		display: none!important;
	}
	.content--related,
	.content-wrap {
		width: 100%;
		height: 45vh;
		min-height: 200px;
	}
	.content-wrap--first {
		width: 100%;
		height: 100vh;
		min-height: 600px;
	}

	.content-wrap--stills {
		width: 100%;
		min-height: 100vh;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		pointer-events: none;
	}

	#demo03,
	#demo05 {
		margin-bottom: -70px;
	}
	#demo08 {
		margin-bottom: -40px
	}

	.jobs {
		width: 90%;
		padding: 0!important;
	}

	.job {
		width: 100%;
		float: none;
		min-height: 260px;
	}

.job p {
margin-bottom: .5rem;
margin-top: 0!important;
font-weight: 200;
}

.job p strong {
	font-weight: 600;
}

.modal-mod {
	width: 90% !important;
	height: 90% !important;
}

.modal--content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
}

.mobile-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	display: block;
}
.mobile-nav a {
	display: inline-block;
	width: 22%;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
}
.content--fixed {
	height: 100vh!important;
  min-height: 600px!important;
}
}

@media screen and (max-width: 320px) {
	.codrops-header__title,
	.mobile-nav {
		font-size: 0.7rem;
	}

	.content--layout {
		transform: scale3d(0.6,0.6,1);
	}

	.content--related,
	.content-wrap {
		width: 100%;
		height: 100vh;
		min-height: 400px;
	}
	.mu-hacks,
	.av-hacks {
		font-size: 3em;
		line-height: 60px;
		text-transform: none;
		position: absolute;
		top: 130px;
		width: 100%;
		margin-left: 95px;
	}

	.mu-hacks-img,
	.av-hacks-img {
		margin-right: 150px;
	}

	.mu-hacks-author,
	.av-hacks-author {
		position: absolute;
		left: 0;
		bottom: 90px;
		font-size: 1rem;
	}
	.mu-hacks-desc,
	.av-hacks-desc {
		position: absolute;
		top: 0;
		font-size: 1rem;
		left: 100px;
		width: 90%;
	}

	.intro-tile {
		font-size: 3em;
		line-height: 60px;
		text-transform: none;
		position: absolute;
		top: 30px;
		width: 100%;
		margin-left: 95px;
	}

	.intro-author {
		position: absolute;
		left: 0;
		bottom: 40px;
		font-size: 1rem;
	}

	#my-work {
		position: absolute;
		right: -60px;
		bottom: -20px;
		font-size: 1.5rem;
	}

	.coop-hack-img,
	.tiaa-hack-img{
		margin-right: 150px;
	}

	.coop-hack,
	.tiaa-hack {
		font-size: 3em;
		line-height: 50px;
		text-transform: none;
		position: absolute;
		top: 10px;
		width: 100%;
		margin-left: 95px;
	}
	.coop-hack-author,
	.tiaa-hack-author {
		position: absolute;
		left: 0;
		bottom: 40px;
		font-size: 1rem;
	}
	.coop-hack-desc,
	.tiaa-hack-desc {
		position: absolute;
		bottom: 80px;
		font-size: 1rem;
		left: 100px;
		width: 90%;
	}
	.coop-hack-link,
	.tiaa-hack-link {
		position: absolute;
		bottom: 15px;
		left: 140px;
	}

	.denner-hack,
	.sprite-hack{
		font-size: 3em;
		line-height: 50px;
		text-transform: none;
		position: absolute;
		top: -20px;
		left: -20px;
		width: 100%;
		/*margin-left: 95px;*/
	}
	.denner-c-hack,
	.sprite-c-hack {
		position: absolute;
		bottom: 80px;
		font-size: 1rem;
		left: 100px;
		width: 90%;
	}
	.denner-hack-author,
	.sprite-hack-author {
		position: absolute;
		left: 0;
		bottom: 40px;
		font-size: 1rem;
	}
}
#container-images {

    width: 85%;
    margin: 70px auto;
}
.img-item {
	width: 33%;
	padding: 2%;
}

.img-item img {
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 32em) {
	#container-images {
		width: 100%;
		margin: 70px auto;
	}
	.img-item {
		width: 100%;
		padding: 2%;
	}
}

#work-01 {
	margin-top: 100px;
	display: block!important;
}

.content-wrapper-new {
	width: 85%;
	display: block;
	margin: 0 auto;
}

.vid-item {
	padding-bottom: 15px;
	margin: 1%;
	width: 30%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	display: flex;
	flex-direction: column;
}

.vid-item h3 {
	font-size: 1.7rem;
	font-family: 'nexa_boldregular', sans-serif;
	letter-spacing: -0.025em;
	margin: 10px 0 5px 0;
	cursor: default;
}

.vid-item p {
	font-size: 0.7rem;
	margin-bottom: 0!important;
	margin-top: 3px;
}

.vid-item a {
	cursor: pointer;
	width: 100%;
	display: block;
	height: 250px;
	pointer-events: auto;
	z-index: 10;
	flex-shrink: 0;
}

.vid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vid-item .text-content {
	flex: 1;
	padding: 0;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.lazy-image {
	transition: opacity 0.3s ease-in-out;
	background-color: #f0f0f0;
	background-image: linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
					  linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
					  linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
					  linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	animation: loading-skeleton 1.5s ease-in-out infinite;
}

.lazy-image.loaded {
	background: none;
	animation: none;
}

.lazy-image:not(.loaded) {
	opacity: 0.7;
}

@keyframes loading-skeleton {
	0% {
		opacity: 0.7;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}
}
.clear {
	clear: both;
}
body{
	min-height: 100%;
}
.main-work {
	overflow: scroll;
	min-height: 100vh;
}

@media screen and (max-width: 320px) {
	.vid-item {
		padding-bottom: 15px;
		margin: 1%;
		width: 100%;
		float: none;
		background-size: cover;
		background-repeat: no-repeat;
		height: 350px;
		display: flex;
		flex-direction: column;
		}

	.vid-item a {
		height: 200px;
	}
}

@media screen and (max-width: 675px) {
	.vid-item {
		padding-bottom: 15px;
		margin: 1%;
		width: 100%;
		float: none;
		background-size: cover;
		background-repeat: no-repeat;
		height: 400px;
		display: flex;
		flex-direction: column;
		}

	.vid-item a {
		height: 250px;
	}
}

/* Image Loading Improvements */
.image-container {
    position: relative;
    width: 100%;
    /* Consistent 16:9 area for all thumbs */
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    z-index: 1;
}

.lazy-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.lazy-image.loading {
    opacity: 0.5;
}

.lazy-image.loaded {
    opacity: 1;
}

.lazy-image.error {
    opacity: 1;
    filter: grayscale(100%);
}

/* Optimize for large images */
.vid-item img {
    max-width: 100%;
    /* height: auto; */
    object-fit: cover;
}

/* Loading animation */
@keyframes loading-pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

.image-placeholder {
    animation: loading-pulse 2s infinite;
}

/* Modal improvements */
.modal-content {
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content iframe {
    max-width: 100%;
    height: auto;
}

/* Hide mobile-only modals on desktop */
@media (min-width: 769px) {
    #modal-10,  /* CV Mobile */
    #modal-11,  /* Contact Mobile */
    #modal-12   /* About Mobile */
    {
        display: none !important;
    }
}

/* Better mobile support */
@media (max-width: 768px) {
    .image-container { padding-top: 56.25%; height: 0; }

    .modal-content iframe {
        width: 100%;
        height: 56.25vw; /* 16:9 aspect ratio */
        max-height: 60vh;
    }

    /* Hide desktop-only elements on mobile if needed */
    .desktop-only {
        display: none;
    }
}

