.pagination--mobile {
	margin: 0 auto;
	padding: 10px 0;
	display: table;
	box-sizing: border-box;
	font: 14px/17px Arial, Helvetica, sans-serif;
	text-align: center;
}

.pagination--mobile * {
	box-sizing: border-box;
}

.pagination--mobile a,
.pagination--mobile select {
	float: left;
	height: 30px;
	border: 1px solid #666;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	overflow: hidden;
	color: #00aeff;
}

.pagination--mobile a:hover {
	color: #fff;
	background: #00aeff;
}

.pagination--mobile .pagination-select {
	margin: 0 -1px;
	color: #fff;
	background: #00aeff;
	font: 14px/17px Arial, Helvetica, sans-serif;
	text-align: center;
}

.pagination--mobile .pagination-select:first-child{
	border-radius: 4px 0 0 4px;
}

.pagination--mobile .pagination-select:nth-last-child(2){
	border-radius: 0 4px 4px 0;
}

.pagination--mobile .first {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
}

.pagination--mobile .last {
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
}

.pagination-list {
	display: none;
}

.articles img, .article img {
  max-width: 100% !important;
}

@media (max-width: 767px) {
	
  .article__content img {
    display: block;
    float: none;
    width: auto !important;
    margin: 0 auto 20px;
    max-width: 100% !important;
    background-size: contain;
    background-position: center;
    object-fit: contain;
    height: auto !important;
  }

  .articles .category__description img {
	display: block;
	float: none;
	width: auto !important;
	margin: 0 auto 20px;
	max-width: 100% !important;
	background-size: contain;
	background-position: center;
	object-fit: contain;
	height: auto !important;
  }

}