.gallery-video .video-img {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #071525;
}

.gallery-video .img {
	display: block;
	z-index: 1;
	width: 100%;
	-webkit-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	-o-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	transition: all 0.5s linear, z-index 0.1s linear 0.5s;
}

.gallery-video .video-text {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	-o-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	transition: all 0.5s linear, z-index 0.1s linear 0.5s;
}

.gallery-video .video-text::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #0a192b;
	opacity: 0.9;
}

.gallery-video .container {
	position: relative;
	padding-top: 3.5em;
	padding-bottom: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery-video .video-name {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 1em;
	background-color: #dd5643;
	line-height: 2.6em;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	-webkit-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	-o-transition: all 0.5s linear, z-index 0.1s linear 0.5s;
	transition: all 0.5s linear, z-index 0.1s linear 0.5s;
}

.gallery-video .video-description {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	margin-right: 2em;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #fff;
}

.gallery-video .video-small-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #838a92;
}

.gallery-video .video-small-city {
	margin-right: 2em;
}

@media (max-width: 1023px) {
	.gallery-video .video-text::before {
		opacity: 1;
	}
}

@media (max-width: 575px) {
	.gallery-video .video-text {
		position: relative;
	}
	.gallery-video .video-description {
		margin-bottom: 20px;
	}
}