.carousel-container {
  border-radius: 100px;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #000;
  flex-flow: row;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.image {
  height: 8em;
}

.logo-image {
  height: 5em;
}

.code-embed {
  width: 80%;
  height: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}


