.connection-item-row {
  display: flex;
  display: -webkit-flex;

  justify-content: center;
  -webkit-justify-content: center;
}

.connection-item-container {
  text-align: center;
  width: 360px;
  margin-right: 2.5rem;
  height: 22rem;
}

.connection-item-container:last-child {
  margin-right: 0;
}

.connection-item-title {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #e1e1e1;
  margin: 0;
  margin-bottom: 0.7rem;
}

.connection-item-logo-container {
  background-color: rgb(0, 0, 0);
  min-height: 10rem;
  width: 10rem;
  border-radius: 16px;

  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.connection-item-logo {
  background-color: rgb(0, 0, 0);
  width: 5rem;
  margin: auto;
  display: block;
  border-radius: 16px;
}

.connection-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;

  background: rgba(19, 18, 19, 0.8);
  border-radius: 16px;
  color: #fff;
  flex: 1;

  font-size: 20px;
  font-weight: 400;

  padding: 2.5rem;

  text-align: center;

  width: 100%;
  height: 100%;
}

#step-2.visible,
#step-3.visible>main {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 10rem;
}

#step-4.visible {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

#step-4.visible>video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}