advert_container.carousel {
  background-color: #f1f1f1;
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center; }
  @media (max-width: 576px) {
    advert_container.carousel {
      margin: 30px auto;
      text-align: center; } }
  @media (min-width: 992px) {
    advert_container.carousel {
      height: 100%;
      padding: 0;
      display: flex; } }

advert_container.article {
  background-color: #f1f1f1;
  display: flex;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin: 30px auto;
  text-align: center; }

advert.carousel {
  background-color: #cecece;
  width: 320px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  /* iPad in Portait or Landscape */ }
  @media (min-width: 768px) {
    advert.carousel {
      width: 768px;
      height: 232px;
      display: inline-flex;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      -ms-flex-item-align: center;
      align-self: center; } }
  @media (min-width: 992px) {
    advert.carousel {
      margin: 0px 30px;
      width: 232px;
      height: 768px; } }
  @media (min-width: 1920px) and (min-height: 1080px) {
    advert.carousel {
      width: 326px;
      height: 1080px; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) {
    advert.carousel {
      width: 768px;
      height: 232px; } }
  @media (min-width: 768px) and (max-height: 768px) {
    advert.carousel {
      width: 768px;
      height: 232px; } }
