#cruise_options > div {
	padding-bottom: 25px;
}

#cruise_options > div > div {
	display: table-cell;
}

#cruise_options > div > div:first-child {
	width: 320px;
	font-family: Oswald;
	font-weight: 300;
	font-size: 1.4em;
	text-shadow: 0 0 4px rgba(0,0,0,.75);
	text-align: right;
	vertical-align: middle;
}

#cruise_options > div > div:last-child {
	padding-left: 20px;
}

#cruise_options > div > div:first-child span {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 23px 11px 23px 0;
	line-height: .7em;
	letter-spacing: .02em;
	transition: color 150ms;
	transform: translateZ(0);
}

#cruise_options > div > div:first-child span {
	background: url(../images/about-cruise-experts-bg.jpg) no-repeat 0 0;
}

#cruise_options > div > div:first-child span::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: -1;
}

#cruise_options > div:nth-of-type(1) > div:first-child span {
	background-position: -140px 0;
}

#cruise_options > div:nth-of-type(2) > div:first-child span {
	background-position: -140px -103px;
}

#cruise_options > div:nth-of-type(3) > div:first-child span {
	background-position: -140px -184px;
}

#cruise_options > div:nth-of-type(4) > div:first-child span {
	background-position: -140px -275px;
}

#cruise_options > div:nth-of-type(5) > div:first-child span {
	background-position: -140px -349px;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 600px) {
	#cruise_options > div > div {
		display: block;
	}
	
	#cruise_options > div > div:first-child {
		width: auto;
	}
}