iframe.gdoc-field {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	height: 800px;
}
img {
	max-width: 100%;
	height: auto;
}
.btn-primary,.btn-primary:hover {
	color: white;
	font-weight: bold;
}
.weather-item {
  max-width: 12.28%;
  flex-basis: 14.28%;
}

@media (max-width: 991px) {
  .weather-item {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
p.why-to-subscribe {
    display: none;
}