.album_title {
  background-color: white;
  border-radius: 10px 10px 10px 10px; }
  .album_title a {
    width: 100%; }
  .album_title-image {
    height: calc(345px/1.3);
    width: 100%;
    border-radius: 5px; }
    @media (min-width: 576px) {
      .album_title-image {
        height: calc(510px/1.3); } }
    @media (min-width: 768px) {
      .album_title-image {
        height: calc(330px/1.3); } }
    @media (min-width: 992px) {
      .album_title-image {
        height: calc(290px/1.3); } }
    @media (min-width: 1200px) {
      .album_title-image {
        height: calc(350px/1.3); } }
  .album_title-name {
    text-align: center;
    word-break: break-all;
    color: #545e9b;
    margin-bottom: 0; }
    .album_title-name:hover {
      color: #71c8f0; }
  .album_title-date {
    text-align: center; }

/*# sourceMappingURL=subPage.css.map */
