.ep-views {
  position: absolute;
  top: 45px;
  font-weight: bold;
}
@media (min-width: 575.99px) {
  .ep-views {
    max-width: 210px;
  }
}
.ep-views a {
  text-decoration: underline;
  color: #555 !important;
}
@media (max-width: 575.98px) {
  .ep-views {
    position: relative;
    top: auto;
    text-align: center;
    margin-top: 10px;
  }
}
