.videocontfive{
	position: relative;
	overflow: hidden;
	height: 640px;
	background-size: cover;
	background-position: center;
	border-top-right-radius: 320px;
	border-bottom-right-radius: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	flex-direction: column;
}

.videocenterfive{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-left: calc( 10% + 0px);
}

.videocenterhreffive{
	width: 72px;
	height: 72px;
}

.videocenterimgfive{
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
}

.videobottomfive{
	font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  	width: 100%;
	display: flex;
	justify-content: center;
	margin-left: calc( 10% + 0px);
	padding-top: 29px;
}

.videocenterhreffive{
	transition: .2s;
}

.videocenterhreffive:hover,.videocenterhreffive:focus{
	transform: scale(1.1);
}

.videocenterhreffive:active{
	transform: scale(0.9);
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.videocontfive{
	height: 440px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
		.videocontfive{
	height: 440px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
		.videocontfive{
	height: 360px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
			.videocontfive{
	height: 260px;
	}
	.videobottomfive{
		padding-top: 10px;
	}
	.videocenterhreffive{
		width: 50px;
		height: 50px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
			.videocontfive{
	height: 200px;
	}
	.videobottomfive{
		padding-top: 10px;
	}
	.videocenterhreffive{
		width: 50px;
		height: 50px;
	}
}	