﻿html,body {
  min-height: 100vh;
	padding: 0;
	margin: 0 0;
	background:none;
	color:#fff;
}
body.page-trailer {
	padding:0 0;
}
.btns {
  position: relative;
	list-style: none;
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -0.4em;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
  z-index: 10;
	background:#000;
}

.btns li {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.045em;
	width:50%;
	text-align: center;
}
.btns li a {
	width: 100%;
	display: table;
	padding: 8px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	border: 1px solid #fff
}
.btns li a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.btns li a:hover,
.btns li.here a {
	color: #000;
  border: 1px solid #ffe900;
	background: #ffe900;
}
/*.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;
}*/



@media screen and (max-width:768px) {
  .btns {
    /* position: absolute;
    top: 10px;
    left: 0; */
    width: 100%;
	  /*margin-top:80px;*/
  }
	.btns li {
		
		font-size:.9em;lne-height:1.8em;
		font-weight: 700;
		letter-spacing: -0.03em;
		width:48%;
		margin:0 0 10px;
		text-align: center;
	}
	.btns li a {
		border-radius:0;
		padding:5px 5px 2px;
	}
/*	.btns li:not(:first-child) a {
		border-left: 1px solid rgba(131,0,93,1.0);
	}*/
	/*.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;
		margin: 0 0;
    /* padding-top: 50vh; */
  }

  .movie-wrap-inner {
    padding-top: 56.25%;
      position: relative;
      width: 100%;
  }
  .movie-wrap-inner iframe {
      height: 100% !important;
      left: 0;
      position: absolute;
      top: 0;
      width: 100% !important;
  }





