#container{
	margin: 0 auto;
    position: relative;
    max-width: 640px;
    background-color: gray;
}
.logo{
	padding: 2%;
	position: absolute;
    top: 2%;
    width: 60%;
    left: 5%;
}
.videoBox{
	position:relative;
	top:12%;
	height:0;
	padding-bottom:56.25%;
}
.videoItem{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
}
.btnBox{
	position:absolute;
	top:46%;
	/*width: 100%;*/
	text-align: center;
	/*max-width: 640px; */
    margin: 0 auto;
}
.btnItem{
	position:relative;
	top:0;
	left:0;
	padding: 1%;
	width: 70%;
	margin: 0 auto;
}
.btnItemSmall{
	position: relative;
	top:0;
	left:0;
	width: 48%;
}
@media (max-width: 545px){
  .btnItemSmall{
    position: relative;
    top:0;
    left:0;
    width: 47%;
  }
}
.btnTicketBox{
	position:absolute;
	top:76%;
	text-align: center;
    /*margin: 0 auto;*/
    width: 100%;
}
.btnTicket{
	position:relative;
	top:0%;
	left:0;
	width: 40%;
	margin: 0 auto;
}
.prev a{
	text-decoration: none;
    font-size: 8vw;
    color: #fff;
    background: rgba(0,0,0, .6);
    top: 0%;
}
.next a{
	text-decoration: none;
    font-size: 8vw;
    color: #fff;
    background: rgba(0,0,0, .6);
    top: 0%;
}
.slideBox{
	top: 11%;
}
.aLeft{
	position: absolute;
    top: 40%;
}
.aRight{
	position: absolute;
    top: 40%;
    /*left: 95%;*/
    right: 0% !important;
}
.slideControler{
	top:45%;
	margin: 0 auto;
  	position: absolute;
  	text-align: center;
  	width: 100%;
  	z-index: 2;
}
@media (min-width: 640px){
	.prev a{
	    font-size: 75px;
	}
	.next a{
	    font-size: 75px;
	}
}