/*Billboard*/

#billboard {
  height: 635px;
  overflow: hidden;
}

#billboard-slider {
	height: 635px;
}

#billboard-slider > div {
	height: 100%;
	position: relative;
}

#billboard-slider>div::before {
  content: "";
  display: block;
  width: 64%;;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0.07%, rgba(0, 0, 0, 0.00) 99.93%);
  position: absolute;
}

#billboard-slider > div > div {
	height: 635px;
	display: flex;
	align-items: center;
	background-size: cover;
}

.billboard-slide .container {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-bottom: 90px;
}

#billboard-slider .content {
	margin-bottom: 3em;
}

#billboard-slider .buttons {
	display: flex;
}

#billboard-slider .button.link-video {
	padding: 13px;
	display: flex;
	justify-content: center;
	margin-left: 8px;
}

#billboard-slider .button.link-video svg {
	margin-left: 8px;
}

.fader__slide {
  width: 100%;
  height: 100%;
  position: absolute!important;
  top: 0!important;
  opacity: 0;
  transition: all 0.5s ease;
}

.fader img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 480px){
	#billboard-slider h1, 
	#billboard-slider h2 {
		text-align: center;
		font-size: 32px;
		font-weight: 700;
		line-height: 115%;
	}

	#billboard-slider .content {
		text-align: center;
		font-family: "Proxima Nova";
		font-size: 14px;
		line-height: 158.3%;
		margin-bottom: 1.5em;
	}

	#billboard-slider .buttons {
		flex-direction: column;
		align-items: center;
	}

	#billboard-slider .buttons .button {
		margin-bottom: 1em;
		margin-left: 0;
	}

	#billboard-slider > div > div,
	#billboard-slider,
	#billboard {
		height: 540px;
	}

	.two-images-half-content.left-up .col-md-7 {
		display: none;
	}
}
