.global-blocks-container .global-block .block-image {
	position: relative;
}
.weather-blocks-container.global-blocks-container .block-image-wrapper.block_content .block-image .inset{
    height: 101%;
    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 #fff;
}
.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 (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;
	}
}
