.highlights .global-blocks-container .global-block .block-title h2 {
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.highlights .global-blocks-container .global-block .block-title .subtitle {
	margin-bottom: 5px;
	color: #fff;
	font-family: var(--proxima);
	font-weight: var(--proxima-weight);
	font-style: italic;
	line-height: 1.2;
	text-transform: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.highlights .block-description {
	color: #3c3e3e;
}

.highlights .global-block > a {
	position: relative;
	display: inline-block;
}

.highlights .global-block > a:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: -moz-linear-gradient(top, rgba(0,23,92,0.35) 0%, rgba(0,23,92,0.15) 50%, rgba(0,23,92,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,23,92,0.35) 0%,rgba(0,23,92,0.15) 50%,rgba(0,23,92,0) 100%);
	background: linear-gradient(to bottom, rgba(0,23,92,0.35) 0%,rgba(0,23,92,0.15) 50%,rgba(0,23,92,0) 100%);
	border-radius: 15px;
	z-index: 1;
	pointer-events: none;
}

.highlights .block-title-wrapper {
	position: absolute;
	top: 15px;
	left: 0px;
	display: inline-block;
	width: 100%;
	z-index: 2;
}
.highlights .block-title-wrapper .block-title {
	padding: 10px;
}

.highlights .global-blocks-container .global-block .block-image {
	border-radius: 15px;
	overflow: hidden;
}

.highlights .global-blocks-container .global-block .more-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.highlights .global-blocks-container .global-block .more-link button {
	margin: 0px;
	padding: 6px 20px 4px;
	line-height: 1.6;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	border-radius: 5px;
}

.highlights .global-block a:hover button {
	color: #fff !important;
}

.global-blocks-container .global-block .block-image {
	position: relative;
}
.weather-blocks-container.global-blocks-container .block-image-wrapper.block_content .block-image .inset{
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
}
.weather-blocks-container.global-blocks-container .block-image-wrapper.block_content .block-image .inset:hover {
	box-shadow: inset 0 0 0 10px #e4d000;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}
.play-button i {
	color: white;
	font-size: 4rem;
}
.play-button i:hover {
	color: white;
}
.weather-container .weather-blocks-container .weather-block .block-title-wrapper .block-title h2.mobile-title {
	display: none;
}

@media (min-width: 641px) and (max-width: 900px) {
	.highlights .block-title-wrapper {
    	top: 0px;
    	padding: 0px;
    }
    .highlights .global-blocks-container .global-block .block-title,
    .highlights .global-blocks-container .global-block .block-title .subtitle {
    	padding: 0px;
    }
    .highlights .global-blocks-container .global-block .block-title h2 {
    	font-size: 1rem;
    }
    .global-blocks-container .global-block p {
	    font-size: 12px;
	}
}

@media (max-width: 40em) {
	.play-button i {
		color: white;
		font-size: 20px;
	}
	.weather-container .weather-blocks-container .weather-block .block-title-wrapper .block-title h2 {
    	font-size: 15px;
	}
	.weather-container .weather-blocks-container .weather-block .block-title-wrapper .block-title h2.mobile-title {
		display: block;
		margin-bottom: 0px;
		font-size: 22px;
	}
	.weather-container .weather-blocks-container .weather-block .block-title-wrapper .block-title h2.main-title {
		display: none;
	}
	.weather-container .weather-blocks-container .weather-block .row>.columns {
    	min-width: 90px;
	}
	.weather-container .weather-blocks-container .weather-block .row>.columns {
    	min-width: 90px;
	}
	section.weather-container .highlights.container {
    	padding: 0px;
	}
	.weather-container .highlights.container li {
    	padding: 0px;
	}
	.highlights .block-title-wrapper {
		top: 25px;
	}
	.highlights .global-blocks-container .global-block .block-title {
		margin-top: 10px;
	}
	.highlights .global-blocks-container .global-block .block-title .subtitle {
		padding: 15px;
		margin-top: 15px;
	}
}
