.img-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.img-container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: 0.2s all;
}
.img-container .misssaigon-img {
	background-image: url('./home_misssaigon.png');
	width: 50%;
	left: 50%;
	overflow: hidden;
}
.img-container .misssaigon-img #miss-saigon-video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.img-container .misssaigon-img a {
	margin-left: 75px !important;
}
.img-container .phosaigon-img #pho-saigon-video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.img-container .phosaigon-img a {
	margin-right: 75px !important;
}
.img-container .img a {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%-75px);
	height: 100%;
	left: 0;
	right: 0;
	z-index: 300;
	transition: 0.5s all;
}
.img-container .img a img {
	width: 350px;
	height: auto;
	transition: 1s all;
	z-index: 100;
}
.img-container .img a:after {
	content: "";
	transition: 0.8s all;
	position: absolute;
	height: 100%;
	z-index: 50;
	width: 100%;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0));
}
.img-container .phosaigon-img a:hover:after {
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.img-container .misssaigon-img a:hover:after {
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.img-container .phosaigon-img a:after {
	left: 0;
}
.img-container .misssaigon-img a:after {
	right: 0;
}
.img-container .img a:hover img {
	width: 420px;
}
/*.img-container .img::after {
	content: "";
	background-repeat: no-repeat;
	width: 350px;
	height: 100%;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	background-position: center center;
	cursor: pointer;
}
.img-container .misssaigon-img::after {
	background-image: url('./home_logo_misssaigon.png');
}
.img-container .phosaigon-img::after {
	background-image: url('./home_logo_phosaigon.png');
}*/
.img-container .phosaigon-img {
	background-image: url('./home_phosaigon.png');
	width: 50%;
}
.restaurant-slider {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	/*background: rgba(242, 242, 242, .3);*/
	background: transparent;
	outline: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all;
	z-index: 200;
}
.restaurant-slider:hover {
	/*background: rgba(242, 242, 242, .1);*/
}
.restaurant-slider::-moz-range-thumb {
	appearance: none;
	width: 150px;
	background: transparent;
	height: 100%;
	background: none;
	cursor: e-resize;
	border-radius: 0;
	border: 0;
	outline: none;
	transition: 0.2s all;
}
.restaurant-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 150px;
	height: 100%;
	background: transparent;
	box-shadow: none;
	cursor: e-resize;
	border-radius: 0;
	border: 0;
	outline: none;
	transition: 0.2s all;
}
.restaurant-slider-divider {
	position: absolute;
	width: 2px;
	left: calc(50% - 1px);
	background: #B9956E;
	height: 100%;
	transition: 0.2s all;
}
.restaurant-slider-button {
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	background-color: white;
	left: calc(50% - 75px);
	top: calc(75% - 75px);
	width: 150px;
	height: 153px;
	background-color: transparent;
	background-image: url('./home_button.png');
	background-repeat: no-repeat;	
	transition: 0.2s all;
	cursor: e-resize;
	animation-name: rotate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	z-index: 500;
}
.restaurant-slider-button.misssaigon {
	background-image: url('./home_button_ms.png');
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
/*.restaurant-slider-button::not(:hover) {
	pointer-events: none;
}
.restaurant-slider-button:hover {
	animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}*/


@media screen and (max-width: 880px) and (orientation: portrait) {
	.img-container .misssaigon-img {
		width: 100%;
		height: 50%;
		top: 50%;
		left: 0;
	}
	.img-container .phosaigon-img {
		width: 100%;
		height: 50%;
	}
	.restaurant-slider {
		appearance: slider-vertical;
		opacity: 0;
		visibility: hidden;
		transform: rotate(180deg);
	}
	.restaurant-slider::-moz-range-thumb {
		height: 100px;
		width: 100%;
	}
	.restaurant-slider::-webkit-slider-thumb {
		height: 100px;
		width: 100%;
	}
	.restaurant-slider-divider {
		height: 2px;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
	}
	.restaurant-slider-button {
		left: calc(50% - 50px);
		top: calc(50% - 50px);
		width: 100px;
		height: 100px;
		background-size: contain;
	}
	.img-container .misssaigon-img a {
		margin-left: 0 !important;
		margin-top: 50px !important;
	}
	.img-container .phosaigon-img a {
		margin-right: 0 !important;
		margin-bottom: 50px !important;
	}
	.img-container .img a {
		height: calc(100% - 50px);
		width: 100%;
	}
	.img-container .phosaigon-img a:hover:after {
		background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
	}
	.img-container .misssaigon-img a:hover:after {
		background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
	}
}

@media screen and (max-width: 880px) {
	.img-container .img a img {
		width: 200px;
	}
	.img-container .img a:hover img {
		width: 250px !important;
	}
	.restaurant-slider-button {
		left: calc(50% - 50px);
		top: calc(50% - 50px);
		width: 100px;
		height: 100px;
		background-size: contain;
	}
}