
#daily-fix-container {
	display: flex;
	flex-direction: row;
	/*width: clamp(950px, 72vw, 1650px);*/
	max-width: 72vw;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

#daily-fix-container #daily-fix-text-container {
	display: flex;
	flex-direction: column;
}

#daily-fix-container #daily-fix-text-container img:nth-child(1) {
	max-width: clamp(32px, 2.5vw, 80px);
	margin-bottom: clamp(28px, 2vh, 60px);
}

#daily-fix-container #daily-fix-text-container img:nth-child(2) {
	max-height: calc(clamp(700px, 81vh, 1000px) - ( clamp(32px, 2.5vw, 80px) + clamp(28px, 2vh, 60px) ));
	height: clamp(700px, 81vh, 1000px);
	max-width: none;
}

@media screen and (min-width: 600px) and (min-height: 700px) and (orientation: portrait) {
	#daily-fix-container #daily-fix-text-container img:nth-child(2) {
		max-height: calc(clamp(700px, 40vh, 820px) - ( clamp(32px, 2.5vw, 80px) + clamp(28px, 2vh, 60px) ));
	}
}

@media screen and (orientation: landscape) and (min-height: 1080px) and (max-height: 1512px) and (min-width: 993px) and (max-width: 1512px) {
	#daily-fix-container #daily-fix-text-container img:nth-child(2) {
		max-height: calc(clamp(700px, 70vh, 970px) - ( clamp(32px, 2.5vw, 80px) + clamp(28px, 2vh, 60px) ));
	}
}

#daily-fix-container #daily-fix-text-container #embed-text {
	display: flex;
	flex-direction: column;
}

#embed-text {
	font-family: "Antonio";
	font-weight: 700;
}

#daily-fix-text-container #embed-text span {
	font-size: clamp(80px, 5.8vw, 96px);
	line-height: 1;
	letter-spacing: -.01em;
}

#daily-fix-text-container #embed-text span:nth-child(1) {
	font-size: clamp(64px, 7vw, 134px);
	margin-bottom: 30px;
	color: black;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #0085e5;
}

#daily-fix-text-container #embed-text span:nth-child(2n + 2) {
	color: #0085e5;
}

#daily-fix-text-container #embed-text span:nth-child(2n + 3) {
	color: #80c9ff;
}

@media screen and (max-width: 992px) {
	#daily-fix-container #daily-fix-text-container {
		display: none;
	}
	
	#daily-fix-container {
		max-width: none;
		width: auto;
	}
	
	#daily-fix-iframe-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}
