/* Video recipes modal */

#modalCloseButton {
  background-color: #A0C051;
  border-color: #A0C051;
  margin-bottom: 1rem;
}

#modalDialogVideoRecipes {
  padding: 30px 10px 0px 0px !important;
  text-align: end;
}

#videoModalContent, .modal-body {
  padding: 0px 0px 0px 0px !important;
  margin: 0px !important;
}

.modal-lg {
  margin: auto !important;
}

.modal-content{
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.modal-dialog {
  max-width: 540px;
}

@media (max-width: 712px) {
  iframe.horneandoConLosExpertos {
    width: 524px;
  }
}

@media (max-width: 571px) {
  iframe.horneandoConLosExpertos {
    width: 444px;
  }
}

@media (max-width: 491px) {
  iframe.horneandoConLosExpertos {
    width: 380px;
  }
}