.album-year-row {
  padding-left: 5px; }
  .album-year-row .year-button {
    color: white;
    background: #1374b1;
    padding: 6px 13px;
    bottom: 0;
    position: relative; }
    .album-year-row .year-button.active {
      background: #f46435; }
    .album-year-row .year-button:hover {
      background: #f46435;
      bottom: -1px; }
    .album-year-row .year-button:active {
      background: #f46435;
      bottom: -2px; }

/**********************/
/**********************/
.grid {
  padding: 20px 20px 100px 20px;
  max-width: 1300px;
  margin: 0 auto;
  list-style: none;
  text-align: left; }

.grid .album {
  margin: 10px 5px 20px;
  text-align: left;
  position: relative; }

.grid figure {
  margin: 0;
  position: relative; }

.grid figure .image {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.grid figure .album .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 75px); }

.grid .image-border {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 7px 8px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.grid figcaption {
  top: 0;
  left: 0;
  padding: 14px 20px;
  background: #1c4870;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff; }

.grid figcaption a.enter {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #f46435;
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: 23px; }
  .grid figcaption a.enter:hover {
    background: #cd532b;
    text-decoration: none;
    bottom: 22px; }
  .grid figcaption a.enter:active {
    bottom: 21px; }

@media screen and (max-width: 31.5em) {
  .grid {
    padding: 10px 10px 100px 10px; }

  .grid li {
    width: 100%; } }
/**********************/
/**********************/
@media screen and (min-width: 1200px) {
  .album .image {
    height: 146px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .album .image {
    height: 119px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .album .image {
    height: 187px; } }
@media screen and (max-width: 767px) {
  .album .image {
    height: 47vw; } }

/*# sourceMappingURL=style-album.css.map */
