@media (min-width: 1200px) {

    .recent-recipes article p {

        font-size: 17px;
    }
    body .article-page{
        font-size:13px;
    }
    body .article-page ul, body .article-page ol{
        margin-left:20px;
    }

    body .article-page h2{
        font-weight:bold;
    }

    .article-page .article-main-image {

        background-position: center;
	height: 600px;
    }

    .articles-page .article-small .heading {
        font-size: 19px;

    }
    .category-list-grid .article-single h3, .category-list-column .article-single h3{
        padding: 7px 15px;
    }
}



header .user-navigation .user-actions ul.actions li.login {

    display: none;
}
@media (max-width: 500px) {
.top-articles aside .article-small {
	min-height: 181px;
}
.top-articles aside .article-small {
	width: 49.9%;
	text-align: center;
}
.top-articles aside .article-small .heading {
	display: block;
	width: 100%;
	margin-left: 0;
	max-width: 100%;
	padding: 12px;
}
.top-articles aside .article-small .main-image img {
	
	-o-object-fit: cover;
	object-fit: contain;
}
}
.article-page span ul {
    margin-bottom: 29px;
list-style: disc;
}