.moto-card {
  background: #f5f5f5;
  padding: 15px 25px;
  border-radius: 8px;
  max-width: 600px;
  margin: 50px auto;
  box-sizing: border-box;
}

.moto-vc-header {
  text-align: center;
  margin-bottom: 15px;
}

.moto-vc-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.moto-vc-video-wrapper {
  position: relative;
  width: 100%;
  /*height: 300px;*/
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;
}

.moto-vc-video {
  /*position: relative;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moto-vc-video iframe {
  /*position: absolute;
  top: 0;
  left: -40%;
  width: 175%;*/
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .moto-vc-video-wrapper {
    height: 400px;
  }
}
