@charset "utf-8";

/* VIDEO
------------------------------------------------------------*/

.fitMovie {
    position: absolute;
}
.fitMovie1 {
	position: absolute;
	display: block;
}
.fitMovie2 {
	position: absolute;
	display: none;
}
@media only screen and (max-width: 767px){

.fitMovie1 {
	position: absolute;
	display: none;
}
.fitMovie2 {
	position: absolute;
	display: block;
}
}
.fitImg{
    position: absolute;
}
.mvbox {
    overflow: hidden;
    position: relative;
}
#slider3 {
	display: none;
	position: relative;
}
.text-images {
	position: absolute;
	top: 20%;
	right: 16%;
	width: 90%;
	height: 70vh;
	margin-left: -250px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	letter-spacing: 0.06em;
	line-height: 2.4em;
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	text-align: left;
	writing-mode: vertical-rl;
	z-index: 88;
	animation: fadein 3.4s ease-out;
}
.text-images img {
	width: 100%;
	max-width: 500px;
}
video[poster] {
	height: 100%;
	width: auto;
}
.sloverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: url(../img/overlays.png) 0 0;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1024px){


.text-images {
	margin-left: -100px;
}
.text-images img {
	width: 440px;
	height: auto;
}

video[poster] {
	margin-left: -550px;
}

}


/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 767px){



.text-images {
	margin-left: -0px;
	top: 20%;
	right: 60%;
	width: 90%;
	height: 70vh;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.9em;
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
}
}


/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 640px){

.slidesjs-container {
	height: 680px !important;
}

}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 540px){

.slidesjs-container {
	height: 600px !important;
}


.text-images {
	margin-left: -160px;
}
.text-images img {
	width: 320px;
	height: auto;
}

}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 480px){


.slidesjs-container {
	height: 520px !important;
}


}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 420px){

.slidesjs-container {
	height: 460px !important;
}

.text-images {
	margin-left: -130px;
}
.text-images img {
	width: 260px;
	height: auto;
}


.mvbox video {
	margin-left: 0;
}


}


/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 360px){



.slidesjs-container {
	height: 380px !important;
}
.text-images {
	margin-left: -100px;
}
.text-images img {
	width: 200px;
	height: auto;
}

}
