/*/////////////////////////////////////////////
//// BEGIN: Section - Work
/////////////////////////////////////////////*/
.section-work {
    height: auto;
    max-height: none;
    padding: 0;
	background: #000;
}

.section-work:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    box-shadow: inset 0 80px 60px -50px rgba(0,0,0,0.8);
    z-index: 1;
    pointer-events: none;
}

.section-work .work-tiles li {
	flex-basis: 33.3%;
}

.section-work .work-tiles li[data-url=''] a {
    cursor: default;
}

.section-work .work-tiles li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-work .work-tiles li .work-tile__image {
    transition: transform 1.5s ease;
}

.section-work .work-tiles li .work-tile__image-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transform: scale(1.1);
    transition: opacity 0.5s ease-in-out, transform 0.4s ease-in-out;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers */
@media screen and (min-width: 768px) {

	.section-work .work-tiles li:hover .work-tile__image {
		transform: scale(1.2);
	}

	.section-work .work-tiles li:hover .work-tile__image-overlay {
		opacity: 1;
		transform: scale(1);
	}
}

/* BEGIN: Responsive */
@media screen and (max-width: 1366px) {
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {

	.section-work .work-tiles li {
		flex-basis: 50%;
	}
}

/* BEGIN: Mobile */
@media screen and (max-width: 767px) {

	.section-work .work-tiles li {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.section-work .work-tiles li .work-tile__image-overlay {
		display: none;
	}

	.section-work .work-tiles li img {
		display: block;
		width: 100%;
		height: 40vw;
		padding-left: 100%;
		background: no-repeat center center / cover transparent;
	}
	
	.section-work .work-tiles li.work-tile__hbo img {
		background-image: url('../images/section_work/mobile_work-tile_hbo.jpg');
	}
	
	.section-work .work-tiles li.work-tile__planned-parenthood img {
		background-image: url('../images/section_work/mobile_work-tile_planned-parenthood.jpg');
	}
	
	.section-work .work-tiles li.work-tile__trump-bot img {
		background-image: url('../images/section_work/mobile_work-tile_trump-bot.jpg');
	}
	
	.section-work .work-tiles li.work-tile__facebook img {
		background-image: url('../images/section_work/mobile_work-tile_facebook.jpg');
	}
	
	.section-work .work-tiles li.work-tile__obama-2012 img {
		background-image: url('../images/section_work/mobile_work-tile_obama-2012.jpg');
	}
	
	.section-work .work-tiles li.work-tile__fusion img {
		background-image: url('../images/section_work/mobile_work-tile_fusion.jpg');
	}
	
	.section-work .work-tiles li.work-tile__hyatt img {
		background-image: url('../images/section_work/mobile_work-tile_hyatt.jpg');
	}
	
	.section-work .work-tiles li.work-tile__wells-fargo img {
		background-image: url('../images/section_work/mobile_work-tile_wells-fargo-v2.jpg');
	}
	
	.section-work .work-tiles li.work-tile__match img {
		background-image: url('../images/section_work/mobile_work-tile_match.jpg');
	}
	
	.section-work .work-tiles li.work-tile__airbnb img {
		background-image: url('../images/section_work/mobile_work-tile_airbnb.jpg');
	}
	
	.section-work .work-tiles li.work-tile__ncaa img {
		background-image: url('../images/section_work/mobile_work-tile_ncaa.jpg');
	}
	
	.section-work .work-tiles li.work-tile__mount-sinai img {
		background-image: url('../images/section_work/mobile_work-tile_mount-sinai.jpg');
	}
	
	.section-work .work-tiles li.work-tile__delta img {
		background-image: url('../images/section_work/mobile_work-tile_delta.jpg');
	}
	
	.section-work .work-tiles li.work-tile__ssk-design img {
		background-image: url('../images/section_work/mobile_work-tile_ssk-design.jpg');
	}
	
	.section-work .work-tiles li.work-tile__comcast img {
		background-image: url('../images/section_work/mobile_work-tile_comcast.jpg');
	}
	
	.section-work .work-tiles li.work-tile__jet img {
		background-image: url('../images/section_work/mobile_work-tile_jet.jpg');
	}
	
	.section-work .work-tiles li.work-tile__honest-tea img {
		background-image: url('../images/section_work/mobile_work-tile_honest-tea.jpg');
	}
	
	.section-work .work-tiles li.work-tile__microsoft img {
		background-image: url('../images/section_work/mobile_work-tile_microsoft.jpg');
	}
	
	.section-work .work-tiles li.work-tile__moving-through-glass img {
		background-image: url('../images/section_work/mobile_work-tile_moving-through-glass.jpg');
	}
	
	.section-work .work-tiles li.work-tile__the-new-yorker img {
		background-image: url('../images/section_work/mobile_work-tile_the-new-yorker.jpg');
	}
	
	.section-work .work-tiles li.work-tile__etrade img {
		background-image: url('../images/section_work/mobile_work-tile_etrade.jpg');
	}
	
	.section-work .work-tiles li.work-tile__whatsapp img {
		background-image: url('../images/section_work/mobile_work-tile_whatsapp.jpg');
	}
	
	.section-work .work-tiles li.work-tile__emilys-list img {
		background-image: url('../images/section_work/mobile_work-tile_emilys-list.jpg');
	}
	
	.section-work .work-tiles li.work-tile__lyft img {
		background-image: url('../images/section_work/mobile_work-tile_lyft.jpg');
	}
	
	.section-work .work-tiles li.work-tile__looks-like-you-need-iceland img {
		background-image: url('../images/section_work/mobile_work-tile_looks-like-you-need-iceland.jpg');
	}
	
	.section-work .work-tiles li.work-tile__farmers-to-families img {
		background-image: url('../images/section_work/mobile_work-tile_farmers-to-families.jpg');
	}
	
	.section-work .work-tiles li.work-tile__dnc img {
		background-image: url('../images/section_work/mobile_work-tile_dnc.jpg');
	}
	
	.section-work .work-tiles li.work-tile__more-than-a-vote img {
		background-image: url('../images/section_work/mobile_work-tile_more-than-a-vote.jpg');
	}
}
/* FIN */