.mast-image {
		margin: 0 0 5% 0;
	}
	.hide {
		display: none;
		visibility: none;
	}

	.floatover-header {
		position: absolute;
		top:40%;
		left: 15%;
		font-family: helvetica, sans-serif;
		font-family: "Antenna RE Reg";
		font-display: auto;
		font-style: normal;
		font-weight: normal;
		max-width: 60%;
		font-size: 4rem;
	}

	.floatover-header.left {
		left: 15%;
	}

	.floatover-header.center {
		left: 20%;
		text-align:center;
	}

	.floatover-header.right {
		left: initial;
		right: 15%;
		text-align: right;
	}

	.floatover-date {
		font-family: "Antenna RE Bd";
    font-display: auto;
    font-style: normal;
    font-weight: normal;
		font-size: 9rem;
		line-height: 1em;
		display: block;
	}

	.features.this-month {
    display: inline-block;
    margin: 0;
}

.article-list {
    list-style:none;
    margin:0;
    padding:0;
}


.article-driver {
    background:rgb(255 255 251);
    padding: 2% 4%;
    margin: 0 0 1% 0;
	border-left: 2px solid rgba(245,245,245,0.8);
}

.article-driver:hover {
    border-left-color: rgb(239 239 130);
    background: rgb(251 251 200);
    transition: 2s ease all;
    
}

.article-driver h4 {
    font-family: "Antenna RE Bd";
    border: none;
    margin:0;
    padding:0;
}

.article-driver p {
    margin:0;
}

	@media screen and (max-width:450px) {

		.wrapper-content {
			width: 100% !important;
			box-sizing: border-box;
		}
		.floatover-header {
			font-size: 2rem;

		}

		.floatover-date {
			font-size: 3rem;
		}

		.wp-block-image .alignright {
			float: none;
			width:100%;
		}

		.wp-block-image img {
			min-width:100%;
			max-width:90%;
			height:auto !important;
			width: 450px;
			margin: 0 0 10% 0;
			
		}


		.wp-block-image a {
			border: none;
		}

		.article-driver {
			margin-bottom: 5%;
		}
	}