.ofi{
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit:cover;object-position:center;';
}

.mute{
	width: 25px;
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.3s ease;
}
.mute__icon{
	display: block;
}
.mute__on,
.mute.muted .mute__off{
	display: block;
}
.mute__off,
.mute.muted .mute__on{
	display: none;
}
.mute:hover{
	opacity: 1;
}

.social{
	transition:
			all 0.45s ease,
			visibility 0s;
}
.social__list{
	display: flex;
	justify-content: space-around;
	padding: 0 40px;
}
.social__item{
	list-style: none;
	position: relative;
	transition: all 0.45s ease;
}
.social__link{
	display: flex;
	height: 20px;
	text-decoration: none;
}
.social__icon{
	display: block;
	height: 100% !important;
	opacity: 0.7;
	transition: all 0.45s ease;
}
.social__icon.filled{
	opacity: 1;
}
.social__input{
	width: 1px;
	height: 1px;
	display: block;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.social__message{
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 90px;*/
	height: 30px;
	border-radius: 5px;
	position: absolute;
	bottom: 100%;
	left: -60px;
	right: -60px;
	margin: auto;
	color: white;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	background: black;
	opacity: 0;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	transition: all 0.45s ease;
}
.social__message:before{
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-top: 7px solid black;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.social__item:hover .social__icon{
	opacity: 1;
}
.social__link.social__link_with-message .social__message,
.social__link.message .social__message{
	bottom: 150%;
	opacity: 1;
}
.social.invisible{
	visibility: hidden;
	bottom: 8%;
	opacity: 0;
	pointer-events: none;
}

.storyline{
	height: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
}
.storyline__fill{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
}

.storylines{
	display: flex;
	justify-content: stretch;
	width: 100%;
}
.storylines .storyline{
	width: 100%;
}
.storylines .storyline + .storyline{
	margin-left: 5px;
}

.playlist{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30vh;
	transition:
			all 0.45s ease,
			visibility 0s;
}
.playlist__item{
	width: 20vh;
	height: 100%;
	border-radius: 3px;
	position: relative;
	margin: 8px 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	transition: all 0.45s ease;
}
.playlist__item:hover{
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	transform: scale(1.06);
}
.playlist__link{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: white;
	font-size: 0;
}
.playlist__image{
	display: block;
	width: 100%;
	height: 100% !important;
}
.playlist__title{
	width: 100%;
	padding: 40px 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 20px;
	font-family: 'Helvetica', Arial, sans-serif;
	line-height: 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 90%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.playlist.invisible{
	visibility: hidden;
	opacity: 0;
	transform: scale(1.2);
	pointer-events: none;
}

.story-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border: 7px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	position: relative;
	cursor: pointer;
	transition:
			all 0.45s ease,
			visibility 0s;
}
.story-button__icon{
	display: block;
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition:	all 0.45s ease;
}
.story-button__label{
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	width: 400%;
	position: relative;
	bottom: 120%;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	transition: all 0.45s ease 0.45s;
}
.story-button_start .story-button__icon{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: white;
	animation: storyStart 1.4s infinite linear;
}
.story-button.inverse,
.story-button.inverse:hover{
	border-color: black;
}
.story-button.inverse .story-button__label{
	color: black;
}
@keyframes storyStart{
	0%{
		transform: scale(0);
		opacity: 0;
	}
	30%{
		transform: scale(0.7);
		opacity: 1;
	}
	80%{
		transform: scale(0.7);
		opacity: 0;
	}
	100%{
		transform: scale(0);
		opacity: 0;
	}
}
.story-button:hover{
	border-color: rgba(255, 255, 255, 1);
}
.story-button.hover-rotation:hover .story-button__icon{
	transform: rotate(360deg);
}
.story-button.invisible{
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
}
.story-button.invisible .story-button__label{
	bottom: 0%;
	opacity: 0;
	transition-delay: 0s;
}


.story-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
	perspective: 1000px;
}
.story-slide__viewport{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.story-slide__player{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
}
.story-slide__player_slide-up,
.story-slide__player_slide-down,
.story-slide__player_slide-left,
.story-slide__player_slide-right{
	width: 120%;
	height: 120% !important;
}
.story-slide__player_slide-left,
.story-slide__player_slide-right{
	margin: -10% 0;
}
.story-slide__player_slide-up,
.story-slide__player_slide-down{
	margin: 0% -10%;
}
.story-slide__overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.story-slide__footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: white;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.story-slide__description{
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 20%;
    left: 0px;
    pointer-events: none;
    transition:	all 0.45s ease;
    user-select: none;
}
.story-slide__title{
    color: white;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.story-slide__content{
    user-select: none;
    pointer-events: none;
}
.story-slide__content a{
	pointer-events: auto;
	color: white;
	text-decoration: underline;
}
.story-slide .banner{
	position: relative;
}

.story-slide_decription-hidden .story-slide__description{
	visibility: hidden;
	opacity: 0;
	left: -20px;
}

.story{
	width: 100%;
	height: 100%;
	color: white;
	background: black;
}
.story__list{
	width: 100%;
	height: 100%;
	perspective: 1000px;
	transition: all 0.45s ease;
}
.story__header{
	display: flex;
	align-items: center;
	padding: 10px 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.story__lead{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 10%;
	bottom: 30%;
	text-align: center;
	pointer-events: none;
	transition:	all 0.45s ease;
}
.story__title{
	margin-bottom: 15px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.story__description{
	max-width: 400px;
	margin: 0 auto;
	line-height: 21px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 15px;
}
.story__lead.invisible{
	visibility: hidden;
	opacity: 0;
	transform: scale(0.8);
}
.story__close{
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: relative;
	margin-left: 15px;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	transition: all 0.3s ease;
}
.story__close:before,
.story__close:after{
	content: '';
	display: block;
	width: 65%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: black;
}
.story__close:before{
	transform: rotate(45deg);
}
.story__close:after{
	transform: rotate(-45deg);
}
.story__close:hover{
	background: rgba(255, 255, 255, 1);
}
.story__input{
	display: block;
	width: 1px;
	height: 1px;
	border: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.story .story-slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.story .story-slide:not(.story-slide_playing){
	/*display: none;*/
	opacity: 0;
	pointer-events: 0;
}
.story .story-slide:not(.story-slide_playing) .banner{
	display: none;
}
.story .story-slide.story-slide_playing{
	z-index: 1;
}
.story .storylines{
	padding: 8px 0px;
}
.story .social{
	width: 100%;
	position: absolute;
	bottom: 10%;
	left: 0%;
}
.story .playlist{
	position: absolute;
	bottom: 50%;
	margin: auto;
}
.story .story-button{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.story .story-button_start{
	top: auto;
	bottom: 30px;
}
.story .story-button_replay{
	top: 50%;
	bottom: 10%;
}
.story__list.darken{
	opacity: 0.6;
}

.story-slide__mute{
	position: absolute;
	top: 140%;
	right: 10px;
}

@media (max-width: 767px){
	.story-slide{

	}
	.story-slide__title{
		font-size: 19px;
	}
	.story{
		width: 100%;
		height: 100%;
		max-height: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.vertical-videos .story{
		position: fixed;
		z-index: 100000;
	}
	.story__close{
		display: block;
	}
	.playlist__title{
		font-size: 13px;
		line-height: 15px;
		padding: 40px 6px 6px;
		color: white;
	}
}