.weather-container a.sh-view-more {
	right: 0px;
}
@media only screen and (max-width: 1024px) {
	.weather-container span {
		margin-left: 13px;
	}
	.weather-container a.sh-view-more {
		right: 0px;
	}
	.weather-wrapper button.weather-control.active {
		background: #fff;
		top: 0px;
		height: 100%;
	}
}