#wrapper main section.carousel2{
  width: 100%;
  /*max-height: 480px;*/
  position: relative;
  background: #0F1632;
  overflow: hidden;
}

div.c2-events{
  /*display: flex;
  align-items: center;
  position: relative;
   -webkit-backface-visibility: hidden*/

  align-items: center;
  display: flex;
  height: 28vw;
  max-height: 420px;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1200px;*/
  position: relative;
}


.gallery-item{
  width: 80vw;
  max-width: 1200px;
  max-height: 420px;
  position: relative;
  pointer-events: none;
  transform: scale(0.8) translateY(-2rem);
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background-color: #0F1632;
}

.animated{
  transition: all 0.3s ease-in-out;
}

.alpha{
  transition: opacity 0.3s ease-in-out;
}

.gallery-item::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: block;
  top: 0;
  position: absolute;
  pointer-events: none;
  transition: 0.3s;
  transition-timing-function: linear;
  -webkit-backface-visibility: hidden;
}

.gallery-item-1,
.gallery-item-5 {
  /*max-height: 340px;*/
  opacity: 1;
  /*width: 64%;*/
  z-index: 0;
}

.gallery-item-1::after, .gallery-item-5::after{
  background: rgba(0, 0, 0, 0.8);
}

.gallery-item-1 {
  left: calc(50% - 220px);
  transform: translateX(-50%) scale(0.8);
}

.gallery-item-2,
.gallery-item-4 {
  /*max-height: 380px;*/
  opacity: 1;
  /*width: 72%;*/
  z-index: 1;
  /*transform: scale(0.7);*/
}

.gallery-item-2::after, .gallery-item-4::after{
  background: rgba(0, 0, 0, 0.5);
}

.gallery-item-2 {
  left: calc(50% - 110px);
  transform: translateX(-50%) scale(0.9);
}

.gallery-item-3 {
  /*box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);*/
  max-height: 420px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
  pointer-events: auto;
}

.gallery-item-4 {
  left: calc(50% + 110px);
  transform: translateX(-50%) scale(0.9);
}

.gallery-item-5 {
  left: calc(50% + 220px);
  transform: translateX(-50%) scale(0.8);
}


/*****CONTENT*********/

div.c2-events article.gallery-item img{
  width: 100%;
  margin: auto;
}

div.c2-events article.gallery-item img.mobile{
  display: none;
}

div.c2-events article.gallery-item div.info{
  position: absolute;
  bottom: 0;
  left: 0;
  /*width: 70%;*/
  max-width: 600px;
  box-sizing: border-box;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
}

div.c2-events article.gallery-item div.info h2{
  font-family: "Citi-Sans-Display";
  font-weight: 400;
  font-size: 1.5em;
  margin: 15px;
}

div.c2-events article.gallery-item div.info p {
  font-family: "Citi-Sans";
  margin-left: 15px;
}
div.c2-events article.gallery-item div.info p.ticket_type {
  margin-left: 12px;
  margin-top: 10px;
  font-family: 'Citi-Sans';
  font-size: 1.1em;
  font-weight: 600;
  padding-left: 25px;
  background-image: url("../../images/ticket-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
div.c2-events article.gallery-item div.info p.virtual_event {
  margin-left: 12px;
  margin-top: 10px;
  font-family: "Citi-Sans";
  font-size: 1.1em;
  font-weight: 600;
  padding-left: 25px;
  background-image: url("../images/virtual-event-white-icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 14px;
}

div.c2-events article.gallery-item a{
  min-width: 180px;
  min-height: 45px;
  padding: 11px 15px;
  background-color: #0F1632;
  color: #FFF;
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: 0;
  font-family: "Citi-Sans-Display";
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  tab-size: -1;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

div.c2-events article.gallery-item-3{
  pointer-events: auto;
}

div.c2-events article.gallery-item a:hover, div.c2-events article.gallery-item a:focus{
  background-color: #FFF;
  border: 1px solid #0F1632;
  color: #0F1632;
}

/****naviigation****/

div.c2-navigation{
  position: absolute;
  width: 95%;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-flow: column;
  pointer-events: none;
}

div.c2-navigation nav.dots{
  position: relative;
  top: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.c2-navigation nav.dots div{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #777;
  margin: 0 5px;
  pointer-events: none;
}

div.c2-navigation nav.dots div:hover{
  background-color: #FFF;
}

div.c2-navigation nav.dots div.selected{
  background-color: #FFF;
  pointer-events: none;
}

div.c2-navigation div.c2-buttons{
  width: 100%;
  margin: auto;
  position: relative;
  top: -40px;
}

div.c2-navigation div.c2-buttons button{
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  pointer-events: all;
  color: transparent;
}

div.c2-navigation div.c2-buttons button:focus{
  border: 1px solid #0F1632;
}


div.c2-navigation div.c2-buttons button.left{
  background-image: url('../../images/carousel2/left.png');
  left: 0;
}

div.c2-navigation div.c2-buttons button.right{
  background-image: url('../../images/carousel2/right.png');
  right: 0;
}

div.c2-navigation div.c2-buttons button.pp{
  right: 0;
  top: -40px;
}

div.c2-navigation div.c2-buttons button.pause{
  background-image: url('../../images/carousel2/pause.png');
}

div.c2-navigation div.c2-buttons button.play{
  background-image: url('../../images/carousel2/play.png');
}

div.c2-bottom{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  background: #0F1632;
}

div.c2-bottom p{
  text-align: center;
  font-size: 16px;
  color: #FFF;
  margin: 0;
}

div.c2-bottom p sub{
  top: -7px;
  font-size: 12px;
  position: relative;
}

div.c2-bottom p.mobile{
  display: none;
}


@media screen and (max-width:1000px) {
  div.c2-events article.gallery-item{
    width: 90%;
  }

  div.c2-events{
    height: 31vw;
  }
}

/*@media screen and (max-width:800px) {
  div.c2-events article.gallery-item{
    width: 90%;
  }
}*/

@media screen and (max-width:700px) {
  main{
    overflow: hidden;
  }

  #wrapper main section.carousel2{
    background: #FFF;
    /*cursor: grab;*/
    width: 101vw;
  }

  div.c2-events{
    height: calc(100vw * 0.81);
    max-height: none;
  }

  div.c2-events article.gallery-item{
    width: 100%;
    display: flex;
    flex-flow: column;
    opacity: 0 !important;
    max-height: none;
  }

  /*div.c2-events article.gallery-item img{
    width: 100%;
    min-height: 360px;
    object-fit: cover;
  }*/

  .gallery-item{
    background-color:#FFF;
  }

  div.c2-events article.gallery-item img.desktop{
    display: none;
  }

  div.c2-events article.gallery-item img.mobile{
    display: inherit;
    margin: 0 auto;
    height: 100%;
    /*max-height: 60vw;*/
    object-fit: cover;
  }

  div.c2-events article.gallery-item-3{
    opacity: 1 !important;
    top: 0;
    height: 100%;
  }

  div.c2-navigation nav.dots{
    display: none;
  }


  div.c2-events article.gallery-item div.info{
    background: transparent;
    margin: 0 auto;
    position: initial;
    color: #494949;
    padding: 0;
    text-align: center;
  }

  div.c2-events article.gallery-item div.info h2{
    /*min-height: 50px;*/
    font-size: 1.2em;
  }

  div.c2-events article.gallery-item div.info p.ticket_type{
    display: none;
  }

  div.c2-events article.gallery-item a{
    margin: auto;
    position: relative;
    font-size: 1em;
    width: 90%;
    right: 0;
  }

  div.c2-bottom{
    background-color: #0F1632;
    margin: 0;
    margin-top: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  div.c2-bottom p.mobile{
    display: initial;
    font-size: 13px;
  }

  div.c2-bottom p.desktop{
    display: none;
  }

  div.c2-navigation{
    min-height: 360px;
  }

  div.c2-navigation div.c2-buttons{
    top: 0;
    display: block;
    min-height: 360px;
    margin: 0;
  }

  div.c2-navigation div.c2-buttons button.pp{
    top: 5px;
  }

  div.c2-navigation div.c2-buttons button.left, div.c2-navigation div.c2-buttons button.right{
    top: 0;
    bottom: 0;
    margin: auto;
  }

}

@media screen and (max-width:640px) {
  div.c2-events{
    height: calc(100vw * 0.85);
  }
}

@media screen and (max-width:520px) {
  div.c2-events{
    height: calc(100vw * 0.9);
  }

  /*div.c2-events article.gallery-item img.mobile{
    max-height: 55vw;
  }*/
}

@media only screen and (max-width: 428px){
  div.c2-events{
    height: calc(100vw * 0.95);
  }

  /*div.c2-events article.gallery-item img.mobile{
    max-height: 54vw;
  }*/

}

@media screen and (max-width:350px) {
  div.c2-events{
    height: 380px;
  }

}
