#youtube-video {
  width: 450px;
  height: 283px;
  border-radius: 5px;
}

/* Phone Resize */
@media (max-width: 768px) {
  #youtube-video {
    width: 100%;
  }
}
