/* ----- RonColvard Custom CSS ----- */

.musicWrap { display:flex; flex-flow:wrap; }
.musicEach { margin:0 20px 60px 20px; }

  .movie-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
    padding: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .movie-row img {
    display: block;
    width: 188px;
    max-width: 188px;
    height: auto;
  }
  @media (max-width: 600px) {
    .movie-row {
      flex-direction: column;
      justify-content: center;
    }
  }

/* ----- RonColvard Custom END ----- */