@charset "utf-8";
body, html{
  margin: 0;
  max-width:100vw;
  height: auto;
  padding: 0px;
  background-color: #ffffff;	
  bottom:15vh;
}
#all {
	height:auto;
        max-width:100vw;
	top:0px;
        position: relative;
	display:block;
	z-index: 0;
	margin: 0;
	padding: 0px;
}
.div1{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div2{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div3{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div4{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
.div5{
	display: flex;
        justify-content: center;    
        align-items: center; 
}
#div_a {
	top:0px;
	left:0px;
	height:auto;
        max-width:100vw;
}
#div_a #trailer-poster {
	height:auto;
	max-width:100%;
}
#div_b,#div_c,
#div_d,#div_e {
        width:100vw;
	height:auto;
        left:0px;
}
#div_b #m1,#div_c #m2,
#div_d #m3,#div_e #m4 {
        width:100vw;
	height:auto;
        position: relative;
}
#trailer-bottom {
	height:80px;
	max-width:100vw;
        left:0px;
        bottom:0px;
}

#trailer-bottom #trailer-bottom-1 {
	height:80px;
	max-width:100vw;
        left:0px;
        bottom:0px;
}



#home {
	height:42px;
	width:42px;
	top:3px;
        right:12px;
        position: fixed;
	display:block;
        opacity:0.7;
	z-index: 25;
}