/*////////////////////////////////////////////
//// BEGIN: Work Details Page
////////////////////////////////////////////*/
.work-details-container .work-header {
	background: none;
}

.work-details-container .work-header .work-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F43B22;
	opacity: 0.7;
}

.work-details-container .work-header img {
	height: auto;
}

.details-container .details-header .header-content {
	left: calc(5% + 100px);
}

.work-details-container .work-header .work-header_content h1 {
	font-size: 112px;
	font-weight: 700;
	line-height: 105px;
}

.work-details-container .work-screenshots {
	background: #fff;
}

.work-details-container .work-screenshots .col img {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #B5B5B5;
}

.work-details-container .tiles li.tile .work-title h2 {
    line-height: 35px;
}

.work-details-container .tiles li.tile a {
    position: absolute;
    top: 0;
    left: 0;
}

.page-work-details .return .action-button-container {
	display: table;
	width: 50px;
	height: 50px;
}

.page-work-details .return a {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: auto;
	background-color: #fff;
	text-indent: 0;
}

.page-work-details .return a img {
	display: block;
	width: 53%;
	margin: 0 auto;
}

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

/* BEGIN: Hover States */
@media only screen and (min-width: 767px) {

	.work-details-container .tiles li.tile:hover * {
		color: #FF5E5E;
	}
}

/* BEGIN: Desktop Something */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	
	.work-details-container .work-header .work-header_content h1 {
		font-size: 92px;
		line-height: 85px;
	}
}

/* BEGIN: Mobile + iPad: Portrait */
@media only screen and (max-width: 767px),
(min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    
	.details-container .details-header .header-content {
		bottom: 10%;
		left: 0;
    }
}
/* FIN */