body{
    margin: 0px;
    font-family: sans-serif;
}
/* Common */
#frame{
	z-index: 99;
}
.curtain{
	background-color: #3a3939;
	z-index: -1;
	position: absolute;
	left: 144px;
	top: 208px;
	width: 1053px;
	height: 806px;
}
.container{
	top: 272px;
	left: 154px;
	width: 1032px;
	height: 584px;
    overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: absolute;
}
.landingContainer{
	position: absolute;
	top: 209px;
	left: 173px;
	text-align: center;
	width: 992px;
	height: 784px;
}
/* Tiles */
.tileContainer {
    white-space: nowrap;
    overflow-x: scroll;
	left: 166px;
    width: 1007px;
}
.tile{
    width: 174px;
    height: 430px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
    margin: 50px 10px 50px 10px;
	top: 0px;
	display: inline-block;
}
.tileImage{
    width: 174px;
    height: 430px;
}
/* Video */
.videoContainer{
		z-index: -1;
}
.container-popup {
    position: fixed;
	top: 0px;
	left: 0px;
	width: 1017px;
	height: 584px;
    background-color: rgba(0,0,0,.8);
	display: flex;
}
.popup {
    width: 50%;
    height: 50%;
    background-color: #FFFFFF;
	color: #000000;
    /*position: relative;*/
    margin: auto;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
}
.blend15{
	opacity: 0.85;
}
