/* EMBED */

.embed {
  display: flex;
  justify-content: center;
}


/* TABLET */

@media only screen and (min-width: 800px) and (max-width: 1200px) {

}



/* MOBILE */

@media only screen and (min-width: 1px) and (max-width: 799px) {

  .embed-container {
    width: 90% !important;
  }
}
