#pastWebinarContainer {
    margin: 0;
}

#pastWebinarContainer h4 {
    text-align: center;
    /*padding: 1em;*/
}

.webinarTimeslot {
    position: absolute;
    width: 100%;
    top: 18%;
    left: 0;
    padding: 0.7em;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
}

.webinarTimeslot p {
	margin: 0;
}

.webinarTimeslot a,
.webinarTimeslot a:hover, .webinarTimeslot a:active, .webinarTimeslot a:visited, .webinarTimeslot a:focus {
    color: #fff;
    font-size: 0.8em;
}

#productVideoContainer {
	align-items: flex-start !important;
	background-color: #f7f7f7;
	padding: 1.5em;
}

#productVideoContainer h4 {
	background-color: #444;
	color: #fff;
	padding: 0.2em 1em;
	font-size: 1em;
}

#productVideoContainer > div {
	border: 1px solid #ccc;
	background-color: #fff;
	min-width: 300px;
	margin: 1em !important;
	/*padding: 1em;*/
}

#productVideoContainer > div:first-child {
	order: 2;
}

#productVideoContainer > div:nth-child(2) {
	order: 1;
}

#productVideoContainer > div:last-child {
	order: 3;
}

#productVideoContainer > div ul {
	list-style: none;
	/*padding: 0 2em;*/
	text-align: left;
}

#productVideoContainer > div ul li {
	padding: 0.2em 0;
}

@media (max-width: 1114px) {
	#productVideoContainer > div:first-child {
	order: 3;
	}

	#productVideoContainer > div:nth-child(2) {
		order: 1;
	}

	#productVideoContainer > div:last-child {
		order: 2;
	}
}