.Footer__footerBg{
display:none
 }

@media (min-width: 429px) {
 .yt-embed {
   width: 533px;
   height: 300px;
  }
}
@media (max-width: 428px) {
 .yt-embed {
   width: 95vw;
   height: 53vw;
  }
}
.container {
  display: flex;
  justify-content: center;
}
