.youtube
{
    margin-top: 20px; 

    aspect-ratio: 16/9;
}
.youtube iframe
{
    width: 100%;
    height: 100%;
}
.carImgAreaApp {
  overflow: hidden;
}
.carImgAreaApp p.small {
  padding: 15px 0 15px 0;
}
@media only screen and (min-width: 769px) {
  .carImgAreaApp p.small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .carImgAreaApp div {
    position: static;
  }
  .carImgAreaApp img {
    width: auto;
  }
}