/*
 * As Seen On
*/


#main .row {
	margin: 3.57em 0;
}

.as-seen-on-item {
	margin-bottom: 2.4em;
}

.as-seen-on-item article {
	height: 100%;
}

.as-seen-on-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #F2F2F2;
	transition: all 0.3s ease;
}

.as-seen-on-item a:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

.as-seen-on-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 13.57em;
	text-align: center;
	pointer-events: none;
}

.as-seen-on-img img {
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: multiply;
	padding: 0.5em;
}

.as-seen-on-img iframe {
	width: 100%;
	height: 100%;
}

.as-seen-on-title {
	padding: 22px 28px;
	flex-grow: 1;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
	color: #121212;
}

.modal-as_seen_on .modal-dialog {
	max-width: 74.71em;
}

.modal-as_seen_on iframe {
	display: block;
	width: 100%;
	height: 40em;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (min-width: 1200px) { 

}

@media (max-width: 991px){

	.modal-as_seen_on .modal-dialog {
		max-width: 90%;
	}

	.modal-as_seen_on iframe {
		height: 56vw;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.modal-as_seen_on .modal-dialog {
		max-width: 100%;
	}
	
	.as-seen-on-img {
		height: 12.57em;
	}
}