.uk-overlay-background {
	background: rgba(0,0,0,.5) !important;
}

.my-card {
	position: relative;
	padding: 0;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

.video-card .video-card-header {
	position: relative;
	overflow: hidden;
}

.video-card.rounded .video-card-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.video-card .video-card-header .sponsor {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 140px;
	height: 70px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	padding: 0;
}

.video-card .video-card-header .sponsor img {
	width: 140px;
	height: 140px;
	margin-top: -35px;
	border-radius: 5px !important;
}

.video-card .video-card-header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 60px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	padding: 0;
}

.video-card .video-card-header .plus + .logo {
	top: 3px;
	left: 3px;
}

.video-card .video-card-header .logo img {
	width: 120px;
	height: 60px;
	border-radius: 5px!important;
}

.video-card {
	opacity: 0.9;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.video-card.reset {
	box-shadow: none;
}

.video-card video {
	border-radius: 5px;
}

.video-card .plus {
	position: relative;
	overflow: hidden;
	border: 3px solid transparent;
	background: linear-gradient(to right, #9b0ebe 10%, #374eb2 30%, #65d6c3 50%, #fa8b05 70%, #f62572 90%);
	background-size: 125%;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.video-card .video-card.reset {
	box-shadow: none;
}

.video-card .video-label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 20px;
	color: #9C9C9C;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.video-card .video-name {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
	color: #0D1F43;
	margin: 0;
}

.video-card .video-name.video-name-small {
	font-size: 16px;
}

.video-card .play {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 40px;
	background: url(../img/ico-play.svg) center center no-repeat rgba(237, 33, 124, 0.85);
	border-top-right-radius: 5px;
}

.video-card img {
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.video-card.reset .video-card-header,
.video-card.reset .plus,
.video-card.reset img {
	border-radius: 5px;
}

.video-buzzword {
	color: #404CA0;
}

.video-slidenav {
	top: calc(50% - 30px) !important;
}

.video-slidenav.video-slidenav-previous {
	right: 65px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../img/ico-arrow-left.svg) center center no-repeat rgba(255, 255, 255, 0.9);
}

.video-slidenav.video-slidenav-next {
	right: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(../img/ico-arrow-right.svg) center center no-repeat rgba(255, 255, 255, 0.9);
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	position: absolute!important;
	width: 0!important;
	height: 0!important;
	padding: 0!important;
	margin: 0!important;
	overflow: hidden!important;
}




