.cc-slideshow--custom .slideshow__logo-container {
  display: flex;
  margin: calc(10 * var(--space-unit)) 0;
  width: 100%;
  align-items: end;
}

.cc-slideshow--custom .slideshow__logo {
  max-width: 75px;
}

.cc-slideshow--custom .slideshow-section .container--page-width {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .cc-slideshow--custom .slideshow-section .container--page-width {
    flex-direction: row;
  }
  .cc-slideshow--custom .slideshow__logo {
    margin-left: auto;
  }
}
