.p-cast-detail-gallery .justify-content {
  justify-content: center;
}


.c-cast-scroll { 
  max-width: 1080px;
}

@media (min-width: 1080px) {
  .c-cast-scroll {
    overflow: auto; 
    justify-content: unset;
  }
}