.covers.row:after {
	content: "";
	flex: auto;
}
.cover a, .cover img {
	display: block
}
.press-quotes {
	color: #AE976D;
	font-size: 38px;
	line-height: 1.5;
	letter-spacing: .5px
}
.press-quotes p {
	margin-bottom: 50px;
}
.press-quotes strong {
	font-weight: 400
}
.cover img {
	width: 100%
}
.cover img {
	height: auto;
	margin-bottom: 12px;
    aspect-ratio: 370/490;
}
.wp-forecast, .wp-forecast-curr-left, .wp-forecast-curr-right, span.time {
	display: inline-block
}
.cover a:first-child span {
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	padding-right: 20px;
	opacity: 0;
	background: url(../images/down-arrow-white.svg) right center no-repeat;
	background-size: 11px auto
}
.cover a.article-press:first-child span, .press-articles .cover a:first-child span {
	background: url(../images/external-link.svg) right center no-repeat;
	background-size: 14px auto
}
.press-articles h2 {
	color: #B0893F;
	font-weight: 100;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 2em
}
.cover a:first-child:hover span {
	opacity: 1
}
.cover a .overlay {
	background: rgba(0, 0, 0, 0)
}
.cover .subtitle {
	text-transform: uppercase;
}
.cover h2 {
	font-size: 17px;
	color: var(--gold);
	font-family: 'ZonaProBold', Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.cover a .overlay {
	position: absolute;
	background: rgba(0, 0, 0, .01);
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	justify-content: center;
}
.cover a:hover .overlay {
	background: rgba(0, 0, 0, .4)
}
#inside.cover {
	width: 92%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
	text-align: center
}
.main-style a.press {
	transition: box-shadow 0.4s;
}
.main-style a.press:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
}
.main-style a.press img {
	display: block;
}
@media screen and (max-width:1600px) {
	.press-quotes {
		padding: 0 25px;
	}
}
@media screen and (max-width:1480px) {
	.press-quotes {
		font-size: 33px;
		line-height: 1.4;
	}
}
@media screen and (max-width:900px) {
	.press-quotes p {
		margin-bottom: 15px;
	}
	.press-quotes {
		font-size: 27px;
		line-height: 1.3;
	}
}
@media screen and (max-width:520px) {
	.press-quotes {
		font-size: 20px;
	}
}