.hero-body .swiper-wrapper{
	align-items: stretch;
}
.home section.intro .hero-body .columns .column.is-swiper .swiper-container .swiper-wrapper .swiper-slide{
	height: auto;
}
.home section.intro .hero-body .columns .column.is-swiper .swiper-container .swiper-wrapper .swiper-slide a{
	height: 100%;
	width: 100%;
	display: block;
}
.home section.intro .hero-body .columns .column.is-swiper .swiper-container .swiper-wrapper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.liveContent{
	margin-top: 1rem;
}
.breadcrumbs {
	margin-top: 1rem;
	text-align: center;
	font-family: "Noto Sans", "Noto Sans Georgian", sans-serif !important;
}
.breadcrumbs.tal{
	text-align: left;
}
.breadcrumbs.alternative{
  margin-top: 0;
  margin-bottom: 1rem;
  z-index: 99;
}
.breadcrumbs *{
	letter-spacing: 0.2px;
}
.error-404 a,
.breadcrumbs a{
	color: #fff;
	text-decoration: underline;
}
.error-404 a:hover,
.breadcrumbs a:hover{
	text-decoration: none;
}
.tac{
	text-align: center;
}
.error404 .hero.header {
  position: relative;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #e7d5a6; }
  .error404 .hero.header:before {
    content: '';
    background: #0a0a0a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4; }
  .error404 .hero.header .container {
    display: flex;
    flex-direction: column; }
  @media screen and (min-width: 769px), print {
    .error404 .hero.header .hero-body {
      padding-top: 10rem;
      padding-bottom: 6rem; } }
  @media screen and (max-width: 768px) {
    .error404 .hero.header .hero-body {
      padding-top: 6rem;
      padding-bottom: 4rem; } }
  .error404 .hero.header .headline .title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center; }
  .error404 .hero.header .headline .subtitle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    margin: 1rem auto;
    line-height: 1.5; }
    @media screen and (min-width: 769px), print {
      .error404 .hero.header .headline .subtitle {
        max-width: 60%; } }
  .error404 .hero.header .headline:after {
    content: '';
    background: url(../images/artistic_line_2.svg) no-repeat center;
    background-size: contain;
    width: 10rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
    position: relative; }
.menuTitle{
  width: 100%;
  display: inline-block;
}
.page-template-live-games .games-selection ul.items > li .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-live-games .games-selection ul.items > li .image{
  padding: 0;
  min-width: 30%;
}
.page-template-live-games .games-selection ul.items > li{
  align-items: stretch;
}
@media screen and (min-width: 768px){
  .fixedHeight{
    display: block;
    height: 49px;
    overflow: hidden;
  }
}