/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

/*****************************************************************************
  Bootstrap settings.
*/

/*****************************************************************************
  Bootstrap variables' custom overrides.
*/

/*****************************************************************************
  Project-specific variables.
*/

/*****************************************************************************
  Account.
*/

/*****************************************************************************
  Global components.
*/

/*****************************************************************************
  Homepage.
*/

/*****************************************************************************
  Recipe.
*/

.billboard {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 25px 0;
}

@media (max-width: 991.98px) {
  .billboard img {
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

.billboard-content {
  width: 750px;
  height: 200px;
}

@media (max-width: 991.98px) {
  .billboard-content {
    width: 100%;
    height: auto;
  }
}

@media print {
  .not-printable {
    display: none;
  }
}

@media screen and (min-width: 416px) {
  #billboard-admobile {
    display: none;
  }
}

