:root {
	--totum-pink: #E10098;
}

#hero-v3 {
    height: 500px;
}

#hero-v3 .hero-blurb h1.title img.logo {
	max-height: 100px;
}

#hero-v3 .hero-blurb h1.title span {
	display: none;
}


.btn.btn-apply {
	background-color: var(--totum-pink);
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 0;
}

#hero-v3 .background {
    filter: none;
    background-color: trasparent;
}

#hero-v3 .background::before {
	content: '';
	background-color: rgba(225, 0, 152,.6);
	position: absolute;
	height: 100%;
	width: 100%;
}

section.totum-pink {
	background-color: var(--totum-pink);
	color: #FFF;
}

section.totum-pink .info {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 50px;

}

section.totum-pink .what-do-you-get {
    position: relative;
    background-image: url('/images/totum/what-do-you-get.jpg');
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: url('/images/v3/testmask-r.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    -webkit-mask-size: auto;
}

section.totum-pink .what-do-you-get::before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
}

section.totum-pink .what-do-you-get .btn {
    position: relative;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-color: #FFF;
}


@media screen and (max-width: 767px) {
	#hero-v3 {
	    height: 220px;
	}

	#hero-v3 .hero-blurb h1.title img.logo {
		max-height: 60px;
	}

	section.totum-pink {
		padding: 40px 0 !important;
	}

	section.totum-pink::before {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: url('/images/totum/what-do-you-get.jpg');
		background-size: cover;
		background-position: center center;
		opacity: .3;
	}

	section.totum-pink .info {
		text-align: center;
		padding: 0 20px 30px 20px;
	}

	section.totum-pink .info h3 {
		margin-bottom: 20px;
	}

	section.totum-pink .what-do-you-get {
		background: transparent;
	}

	section.totum-pink .what-do-you-get::before {
		display: none;
	}

}