#wrapper1 {
    min-height: calc(100vh - 340px);
}

.imgcrop {
  object-fit: cover;
}

ul {
  margin-top: -20px;
}

a[rel~="prev"]  {
  color: #ffffff !important;
}

a:hover[rel~="prev"]  {
  color: #cccccc !important;
}

a[rel~="next"]  {
  color: #ffffff !important;
}

a:hover[rel~="next"]  {
  color: #ccc !important;
}

.tck-article-pagination {list-style-type: none !important; margin: 10px !important; padding-left: 0px !important;}