/*Desktop video page*/

ul#options {
	margin-top: 1em;
	margin-bottom: 3em;
}

.videos {
	padding: 20px calc((100% - 1200px)/ 2);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
	flex-wrap: wrap;
}

.videos .video {
	width: 31%;
	background-color: white;
	border-radius: 8px;
	margin: 1% 1%;
	padding: 0em 0em 0em 0em;
	align-self: flex-start;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
}

.videos .video .content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
    border-radius: 8px;
}

.video-wrapper {
	width: 100%;
	min-height: 215px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px 8px 0px 0px;
}

.videos .video .content .text {
    width: 100%;
    padding: 1em 1em;
    min-height: 250px;
    position: relative;
}

.videos .video .content .text h3 {
    color: #292929;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    z-index: 1;
    padding: 35px 0px 0px 0px;
    min-height: 80px;
    margin-top: -35px;
}

.videos .video .content .text p {
    display: block;
    margin: 0.5em 0em;
	font-size: 16px;
	color: #292929;
	line-height: 1.3;
	font-weight: 400;
}

.videos .video .content .text a {
	display: block;
	margin-top: 0.3em;
	text-decoration: underline;
	color: #32b4a6;
	font-weight: 600;
    position: absolute;
    left: 1em;
    bottom: 1em;
}

body.page-template-template-video section.bottom img {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}