@-webkit-keyframes allShowsGrid__showTile{0%{opacity:0}to{opacity:1}}@keyframes allShowsGrid__showTile{0%{opacity:0}to{opacity:1}}.allShowsGrid__container{position:relative;width:100%;min-height:500px}.allShowsGrid__tilesList{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:inherit;margin:20px 0}@media (min-width:768px){.allShowsGrid__tilesList{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px}}.allShowsGrid__tile{width:100%;max-width:600px;margin:0 auto 20px}@media (min-width:768px) and (max-width:1280px){.allShowsGrid__tile{width:49%;max-width:auto;margin:0 2% 20px 0}.allShowsGrid__tile:nth-child(2n){margin-right:0}}@media (min-width:1280px){.allShowsGrid__tile{width:32%;margin:0 2% 60px 0;border-bottom:0}.allShowsGrid__tile:nth-child(3n){margin-right:0}}.allShowsGrid__tile.showTileAnimation{-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-name:allShowsGrid__showTile;animation-name:allShowsGrid__showTile;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-iteration-count:1;animation-iteration-count:1;opacity:0}.allShowsGrid__loader>div{background-color:#fff;margin-top:50px;margin-bottom:50px}.showGridTile__container:hover{cursor:pointer}.showGridTile__image{width:100%;position:relative;opacity:1;transition:opacity .15s ease-in-out}.showGridTile__image:before{display:block;content:"";padding-top:56.25%}.showGridTile__image>*{position:absolute;top:0;left:0;right:0;bottom:0}.showGridTile__image:hover{opacity:.65}.showGridTile__image .showGridTile__imageHolder{position:absolute;top:0;left:0}.showGridTile__showLogoImage{position:relative;max-width:120px;position:absolute;background-size:cover;background-position:50%;background-repeat:no-repeat;top:auto;bottom:15px;left:15px;right:auto;z-index:2}.showGridTile__showLogoImage:before{display:block;content:"";padding-top:100%}.showGridTile__showLogoImage>*{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:1024px){.showGridTile__showLogoImage{max-width:155px}}.showGridTile__gradient{position:absolute;left:0;bottom:0;right:0;top:auto;width:inherit;height:40%;background:linear-gradient(0,rgba(0,0,0,.7),transparent);z-index:1}.showGridTile__link{text-decoration:none}