/* @media screen and (min-width: 768px) { */
  .section-event-push {
    padding-top: 12rem !important;
  }

  .section-event-push li {
    position: relative;
    padding-bottom: 1rem;
    /*min-height: 166px;*/
  }

  .section-event-push li .span-push-fix {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -ms-transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);

  }
  .history .section-event-push li .span-push-fix {
    right: 0;
  }
  .section-event-push li:hover .span-push-fix {
    opacity: .2;
  }
  .section-event-push li:hover .content {
    opacity: 1;
  }
  .section-event-push li .span-push-fade {
    -webkit-text-fill-color: transparent;
  }
  .section-event-push li:hover .title {
    color: #ec0928;
  }
  .section-event-push li .title {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    text-transform: uppercase;
    /*line-height: 3rem ;*/
    -webkit-background-clip: text;
    background-position: center center;
    /* background-attachment: fixed; */
    transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -webkit-transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -ms-transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);

  }
  .section-event-push li .place {
    position: absolute;
    font-size: 1rem;
    left: -37px;
    line-height: 0;
    text-align: right;
    top: calc(50% - 0.5rem);

    -webkit-transform: rotate(-90deg) translateX(-50%);
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left;
    -webkit-text-fill-color: #ec0928;
  }
  .section-event-push li .content {
    /*height: 55px;*/
    transition: 0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -webkit-transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    -ms-transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    transition:  0.5s cubic-bezier(0.57, 0.21, 0.41, 1.01);
    opacity: 0;
  }
  .history .section-event-push li .content {
    opacity: 1;
    font-size: 1.125rem;
  }
  .section-event-push li .content p { display: inline-block; }
  .section-event-push li .content .descr {
    border-right: solid 1px #000;
    padding-right: 1rem;
    vertical-align: middle;
  }
  .section-event-push li .content .date {
    padding: 0 1.4rem 0 1rem;
    /*line-height: 44px;*/
  }
  .section-event-push li .content .date,
  .section-event-push li .content .btn {
    vertical-align: middle;
  }

  .history .section-event-push li .title span {
    color: #FFF;
  }
  .history .section-event-push li .date {
    position: absolute;
    right: -4rem;
    top: 50%;
    margin-top: -25px;
    font-size: 1.625rem;
  }
  .btn-container {
    display: inline-block;
    vertical-align: top;
  }
/* } */


@media screen and (max-width: 767px) {
  .section-event-push {
    position: relative;
    height: 100vh;
    width: 100%;
    padding: 0 !important;
  }

  #yesterday-container .section-event-push {
    height: auto;
    padding-bottom: 2rem !important;
    padding-top: 6rem !important;
    text-align: center;
  }
  #yesterday-container .section-event-push .date {
    display: none;
  }

  .section-event-push .icon-bottom {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
  }

  .section-event-push .event-slider {
    /*height: 100vh;*/
    width: 100vw;
  }

  .section-event-push .event-slider .event {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #282828;
    box-sizing: border-box;
  }

  .section-event-push .event-slider .event .vertical-align {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    transform: translateY(-50%);
  }

  .section-event-push .event-slider .event .title, .section-event-push .event-slider .event .type, .section-event-push .event-slider .date, .section-event-push .event-slider .promoalert, .section-event-push .event-slider .place {
    text-align: center;
  }

  .section-event-push .event-slider .event .title, .section-event-push .event-slider .event .type, .section-event-push .event-slider .date, .section-event-push .event-slider .promoalert {
    color: #fff;
  }
  .section-event-push .event-slider .event .place {
    color: #ec0928;
  }

  .section-event-push .event-slider .event .date i {
    margin: 0 0.5rem;
  }

  .section-event-push .event-slider .event .title, .section-event-push .event-slider .event .date {
    margin-bottom: 0.4rem;
  }
  .section-event-push .title a {
    color: #FFF;
  }
  .section-event-push .title a:hover {
    color: #ec0928;
  }

  .section-event-push .event-slider .event .type {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
  }

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-event-push li .title {
    background-image: none !important;
  }
  .section-event-push .span-push-fix {
    display: none;
  }
  .section-event-push li:hover .span-push-fade {
    opacity: 1;
    color: #ec0928;
  }
/* IE10+ CSS styles go here */
}
@media screen and (max-width: 768px) {
  .section-event-push, .section-event-push .event-slider, .section-event-push .event-slider .event {
    width: 100vw;
  }
  .section-event-push li a span {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.btn-alertpromo {
  height: 41.4px;
  line-height: 41.4px;
  padding: 0 10px;
  color: #FFF;
  vertical-align: middle;
  display: inline-block;
  border: 2px solid #ec0928;
  z-index: 0;
  position: relative;
  margin-left: 20px;
}
.btn-alertpromo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ec0928;
  z-index: 1;
}
.btn-alertpromo:before {
  background: #f8f7f4;
  z-index: 2;
}
.btn-alertpromo span {
  line-height: 15px;
  display: block;
  padding-top: 4.5px;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 3;
  transition: color 0.2s ease;
}
.btn-alertpromo:hover span {
  color: #ec0928;
}
.promolalert-container {
  text-align: center;
}
.event-slider .btn-alertpromo {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  margin-top: 30px;
  border: 2px solid #FFF;
}
.event-slider .btn-alertpromo:after {
  background: transparent
}
