/* zero custom styles for photoswipe */

/*==================================
SWIPER - minimal styling
===================================*/
/* semantic HTML - remove bullet and space from the list */
#highlights-gallery ul.swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Swiper container */
#highlights-gallery {
  max-width: 100%;
}

video {
    width: 100%;
}

.giornata-footer.playoff-playout {
  flex-direction: row!important;
}
 
.data-partita-coppa {
  width: 100%;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding-top:8px;
  padding-bottom:0px;
  font-size: 1rem;
  
}

.giornata-partita .versus.coppa {
  width: 100%;
  padding-bottom: 28px;
}

.giornata-partita .coppa .stato {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.giornata-partita .coppa.club {
  width: 35%;
}



@media screen and (max-width: 766px) { 

  .giornata-footer.playoff-playout {
    flex-direction: column!important;
    height: auto!important;  
  }

 }
