/* Video recipes modal */

#modalCloseButton {
  cursor: pointer;
  background-color: #ff8400;
  border-color: #ff8400;
  margin-bottom: 1rem;
}

#modalCloseButton:hover {
  background-color: unset;
  border-color: #ff8400;
  transition: .3s;
}

#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;
}

iframe.horneandoConLosExpertos {
  border-radius: 2.5px;
}

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

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

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