
#slide-div
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	overflow: hidden;
}
#slide-canvas
{
	width: 100%;
	height: 100%;
	min-height: 180px;
	min-height: 320px;
}
.slide-yt-frm-div
{
	position: absolute;
	left: 0;
	/*
	width: 320px;
	height: 180px;
	*/
	width: auto;
	height: 20vh;
	aspect-ratio: 4 / 3;
	box-shadow: 0px 0px 89px rgba(50,80,80,0.5);
}
.slide-yt-frm-div-dimmed iframe,
.slide-yt-frm-div-dimmed img
{
	opacity: 0.1;
}
#ad-frm,
.slide-yt-frm
{
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	opacity: 0.5;
}
.frm-txt-div
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.novideo-img
{
	width: 50%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#slide-yt-frm1-div
{
	transform: perspective(200px) rotate3d(1,1,0,30deg);
	top: 0;
	top: 50px;
	animation: mm1-ani 20s infinite;
}
#slide-yt-frm2-div
{
	transform: perspective(200px) rotate3d(1,1,0,-30deg);
	bottom: 50px;
	animation: mm2-ani 30s infinite;
}
@keyframes mm1-ani
{
	0% { left: 100%; opacity: 0.8; }
	50% { left: -320px; opacity: 0.2; transform: perspective(250px) rotate3d(1,1,0,-30deg); }
	100% { left: 100%; opacity: 0.8; }
}
@keyframes mm2-ani
{
	0% { left: 100%; opacity: 0.8; }
	50% { left: -320px; opacity: 0.2; transform: perspective(250px) rotate3d(1,1,0,45deg); }
	100% { left: 100%; opacity: 0.8; }
}
#slide-cc-div,
#slide-cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#slide-cc-div
{
	width: 200vw;
	left: -100vw;
	background-image: linear-gradient(to right, rgba(5,5,5,0.9) 49%, transparent, rgba(5,5,5,0.9) 51%);
	/*
	animation: cc-ani 19s infinite;
	*/
	animation: cc-ani 10s infinite;
}
#slide-cover
{
}
.slide-frm-img
{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 50%;
	max-height: 50%;
}
#slide-frm-img1
{
	animation: sfi-ani 19s infinite;
}
#slide-frm-img2
{
	animation: sfi-ani 9s infinite;
}
#slide-updown-marquee
{
	min-height: 100%;
}
#slide-marquee
{
	position: absolute;
	left: 0;
	bottom: -5px;
	font-size: 140%;
	font-size: 100%;
	font-size: 90%;
	font-weight: bold;
	text-shadow: 0 0 9px cyan;
	text-shadow: 0 0 9px black;
	color: rgba(50,150,50,1);
	color: white;
}

@keyframes cc-ani
{
	0% { left: -100vw; }
	50% { left: 0vw; }
	100% { left: -100vw; }
	/*
	0% { left: -200vw; }
	50% { left: 100vw; }
	100% { left: -200vw; }
	*/
}
@keyframes sfi-ani
{
	0% { left: 0px; top: 0px; }
	30% { transform: rotate(360deg); scale(0.5); }
	50% { left: 60%; top: 70%; }
	70% { transform: scale(2.0); }
	100% { left: 0px; top: 0px; }
}

#ad-frm
{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

/*
@media (max-width: 480px)
{
	.slide-yt-frm-div
	{
		width: 240px;
		height: 135px;
	}
}
*/
@media (orientation: portrait)
{
	.slide-yt-frm-div
	{
		width: 30vw;
		/*
		height: 135px;
		*/
		height: auto;
	}
}

