html,body {
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
}
body.page-trailer {
	min-width: 100%;
	padding-top: 10px;
}
.btns {
	list-style: none;
	/*display: flex;
	justify-content: center;*/
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -0.4em;
	text-align: center;
	margin-left: 0;
	padding: 10px;
}

.btns li {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.045em;
	width: 14%;
	text-align: center;
}
.btns li a {
	width: 100%;
	display: table;
	padding: 5px;
	box-sizing: border-box;
	color: #d7a945;
	text-decoration: none;
	transition: 0.2s all;
	border: 1px solid #d7a945
}
.btns li a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.btns li a:hover,
.btns li.here a {
	color: #000;
	background: #d7a945;
}
/*.btns li:not(:first-child) a {
	border-left: none;
}
.btns li:nth-child(1) a,
.btns li:nth-child(2) a,
.btns li:nth-child(3) a,
.btns li:nth-child(4) a {
	padding-top: 0.8em;
}*/

.movie-wrap {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:641px) and (max-width:960px){
	.btns li {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -0.03em;
		width: 28%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 1%;
		text-align: center;
	}
	.btns li a {
		border-radius: 5px;
	}
	.btns li:not(:first-child) a {
		border-left: 1px solid #d7a945;
	}
	.btns li:nth-child(1) a,
	.btns li:nth-child(2) a,
	.btns li:nth-child(3) a {
		padding-top: 0.3em;
	}
	.btns li:nth-child(4) a {
		padding-top: 0.8em;
	}
}

@media screen and (max-width:640px) {
	.btns li {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -0.03em;
		width: 80%;
		margin: 0 auto 5px;
		text-align: center;
	}
	.btns li a {
		border-radius: 5px;
	}
	.btns li:not(:first-child) a {
		border-left: 1px solid #d7a945;
	}
	.btns li:nth-child(1) a,
	.btns li:nth-child(2) a,
	.btns li:nth-child(3) a,
	.btns li:nth-child(4) a {
		padding-top: 0.3em;
	}
    /*yotube*/
  .movie-wrap-outer {
    position: relative;
    padding-top: 50vh;
  }
  .movie-wrap {
      margin: 0;
			padding: 0;
      width: 100%;
      /*max-width: 720px;*/
      position: relative;
      top: 50%;
      left: 0;
      transform: translateY(-85%);
  }
  .movie-wrap-inner {
      padding-top: 56.25%;
      position: relative;
      width: 100%;
  }
  .movie-wrap-inner iframe {
      height: 100% !important;
      left: 0;
      position: absolute;
      /* top: 50%; */
			top: 0;
      width: 100% !important;
  }
}

