.entry {
    overflow : hidden;
    margin : 0 5% 6% 5%;
    padding : 5% 5% 7% 5%;
    background : #f7f4e3;
    border-left : solid 1px #e0dcca;
    border-top : solid 1px #e0dcca;
    border-radius : 10px;
}

.entry:last-child {
    margin : 0 5% 0% 5%;
}

.entry h4 {
    margin-bottom : 6%;
    padding-bottom : 4%;
    font-size : 110%;
    font-weight : 600;
    color : #6c2b0b;
    border-bottom : solid 1px #b4b4b4;
}

.entry div {
    line-height : 1.5em;
}

.entry div a {
    color : #ac0003;
    text-decoration : underline;
}

.entry div ul {
    margin-left : 20px;
}

ul.entry_img {
    list-style : none;
    overflow : hidden;
    margin-bottom : 3%;
    padding-top : 2%;
    text-align : center;
}

ul.entry_img li {
    display : inline-block;
    width : 49%;
    margin : 0 2% 3% 0;
    text-align : left;
    line-height : 0.8em;
    vertical-align : top;
}

ul.entry_img li:nth-child(2n) {
    margin : 0 0 3% 0;
}

ul.entry_img li span {
    font-size : 80%;
}

.ethumb {
	width : 100%;
    margin-bottom : 7px;
	background-size : cover;
	background-position : center center;
	padding-top : 150px;
    border-radius : 6px;
}

/*----------LANDSCAPE----------*/

@media screen and (orientation: landscape) {

.entry {
    overflow : hidden;
    margin : 0 5% 5% 5%;
    padding : 3.75%;
    background : #f7f4e3;
    border-left : solid 1px #e0dcca;
    border-top : solid 1px #e0dcca;
    border-radius : 10px;
}

.entry h4 {
    margin-bottom : 3%;
    padding-bottom : 2.75%;
    font-size : 110%;
    font-weight : 600;
    color : #6c2b0b;
    border-bottom : solid 1px #b4b4b4;
}

ul.entry_img {
    list-style : none;
    overflow : hidden;
    margin: 0;
    padding-top : 1%;
}

.ethumb {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 200px;
    border-radius : 8px;
}

}