
article .entry-content .homepost-list{
		margin-left: 0;
		max-width: 1770px;
		
}

.homepost-list li{
	list-style-type: none;
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	margin-bottom: 50px;
	
}

.homepost-list li img{
	/*transition: width 1s, height 1s, left 1s, top 1s;*/
	position: relative;
	transition: all 0.5s ease 0s;
	width: 100%;
	top:0;
	left: 0
}


.homepost-list li aside{
	position: absolute;
	bottom: 30px;
    left: 0;
    right: 0
}


.homepost-list li img:hover{

	transform:scale(1.05);
/*
	max-width: 110%;
	width: 105%; */
	

}

.homepost.next {
    max-width: 45%;
    margin: 20px 2%;
}

.homepost.next .next-content-wrap h3{
	font-size: 20px;
	max-width: 100%;
	display:block;
	margin:0
}

.next-excerpt{
	    font-size: .9em;
    line-height: 1.4em;
}

.next-thumbwrap{
	aspect-ratio: 16/9;
    overflow: hidden;
}

.homepost.rest {
    display: block;
    clear: none;
    max-width: 750px;
    text-align: left;
    margin: 10px 0;
	font-size: .9em;
    line-height: 1.4em;
}
