/* pageimage or slideshow */
#pageimage
{
  background-color: #aaa;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 275px;
}
@media (max-width:600px)
{
  #pageimage
  {
    height: 150px;
  }
}
#pageimage.wh-slideshow
{
  height: auto;
}
#pageimage
{
  margin-bottom: 35px;
}
/*
html.series #pageimage
{
  margin-bottom: 0;
}
*/
#pageimage.wh-slideshow:after
{
  display: block;
  content: '';
  padding-top: 43.1373%; /* 51:22 */
}
html.performance #pageimage.wh-slideshow
{
  margin-bottom: 0;
}
html.performance #pageimage.wh-slideshow:after
{
  display: block;
  content: '';
  padding-top: 46.875%; /* 16:7.5 */
}
#pageimage h1
{
  font: normal 48px/48px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}
#pageimage h1 > small
{
  display: block;
  padding-top: 15px;
  font: normal 75%/110% 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage.wh-slideshow > .textoverlay
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
#pageimage.wh-slideshow .centerblock
{
  height: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
#pageimage.wh-slideshow .centerblock > .title
{
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding: 0 170px 0 0;
  max-height: 100%;
  width: 100%;
}
#pageimage.wh-slideshow .centerblock > .title > h1
{
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 200px;
}
#pageimage.wh-slideshow .centerblock > .title > .date
{
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #fff;
  font: normal 20px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage.wh-slideshow .centerblock > .sticker
{
  position: absolute;
  right: 20px;
  bottom: 100px;
  height: 144px;
  width: 144px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 0 3px 0 rgba(100,100,100,0.2);
  font: normal 28px/32px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage.wh-slideshow .centerblock > .sticker:before
{
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
#pageimage.wh-slideshow .centerblock > .sticker > span
{
  display: inline-block;
  vertical-align: middle;
}
  #pageimage.wh-slideshow .slidelink
, #pageimage.wh-slideshow .slidevideo
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#pageimage.wh-slideshow .slidevideo > .title
{
  display: none;
}
#pageimage.wh-slideshow .slidevideo > .play
{
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -42px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.1);
  color: #fff;
}
#pageimage.wh-slideshow .slidevideo > .play > span
{
  font-size: 40px;
  position: relative;
  top: 18px;
  left: 26px;
  opacity: 1;
  transition: opacity 0.3s;
}
html.enablemouseover #pageimage.wh-slideshow .slidevideo:hover > .play
{
  opacity: 0.8;
}


  #pageimage.wh-slideshow .previous
, #pageimage.wh-slideshow .next
{
  width: 32px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  transition: opacity 0.4s, background-color 0.35s;
}
  #pageimage.wh-slideshow:hover .previous.active
, #pageimage.wh-slideshow:hover .next.active
{
  opacity: 1;
  cursor: pointer;
}
  #pageimage.wh-slideshow .previous.active:hover
, #pageimage.wh-slideshow .next.active:hover
{
  background-color: rgba(0,0,0,0.75);
}
  #pageimage.wh-slideshow .previous > .fa
, #pageimage.wh-slideshow .next > .fa
{
  position: relative;
  top: 42px;
}
#pageimage.wh-slideshow .previous
{
  border-radius: 0 4px 4px 0;
  left: 0;
}
#pageimage.wh-slideshow .next
{
  border-radius: 4px 0 0 4px;
  right: 0;
}
/*
#pageimage > .textoverlay h1 > .ctalabel
{
  display: inline-block;
  margin-top: 15px;
  padding: 10px;
  font: normal 18px/24px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #fff;
  font-style: italic;
  max-width: 100%;
  border-radius: 3px;
}
*/
#pageimage > .textoverlay h1 > .ctalabel /* voorstelling details */
{
  display: inline-block;
  margin-top: 15px;
  font: normal 75%/100% 'sansa_stdnormalitalic', Arial, Helvetica, Sans-Serif;
  color: #fff;
  max-width: 100%;
}

#pageimage .favorite
{
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #808080;
  cursor: pointer;
  transition: color 0.3s;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
  #pageimage .favorite.active
, #pageimage .favorite:hover
{
  color: #EC3800;
}
@media (max-width:700px)
{
  #pageimage > .textoverlay h1 > .ctalabel /* voorstelling details */
  {
    font-size: 2.4vw;
    line-height: 3vw;
  }
  #pageimage .favorite
  {
    color: #fff;
  }
}


#pageimage > .inner
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#pageimage .left
{
  position: absolute;
  top: 0;
  right: 33.3333%;
  bottom: 0;
  left: 0;
}
#pageimage .topright
{
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3333%;
  height: 50%;
  overflow: hidden;
}
#pageimage .bottomright
{
  position: absolute;
  top: 50%;
  right: 0;
  width: 33.3333%;
  height: 50%;
  overflow: hidden;
}
#pageimage .oneperformance
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

  #pageimage .performance
, #pageimage .performance > .overlay
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pageimage .performance > .overlay
{
  opacity: 0;
  background-color: rgba(0,0,0,0.75);
  transition: opacity 0.5s;
}
#pageimage .performance > .overlay > a
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  font: normal 16px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#pageimage .performance > .overlay > a > .fa
{
  display: inline-block;
  height: 64px;
  width: 64px;
  border-radius: 100%;
  font-size: 30px;
  padding-top: 18px;
  margin-bottom: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
#pageimage .performance > .overlay > a:hover > .fa
{
  opacity: 0.8;
}
#pageimage .performance > .overlay > a.view
{
  margin-left: -110px;
}
#pageimage .performance > .overlay.noorder > a.view
{
  margin-left: -50px;
}

#pageimage .performance > .overlay > a.tickets
{
  margin-left: 10px;
}
  #pageimage .performance:hover > .date
, #pageimage .performance:hover > .title
, #pageimage .performance:active > .date
, #pageimage .performance:active > .title
{
  opacity: 0;
}
  #pageimage .performance:hover > .overlay
, #pageimage .performance:active > .overlay
{
  opacity: 1;
}

  #pageimage .performance > img
, #pageimage .performance > div
{
  opacity: 1;
  transition: opacity 0.5s;
}
  #pageimage .left > .performance
, #pageimage .oneperformance > .performance
{
  font: normal 46px/46px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  color: #fff;
  min-height: 100px;
}
#pageimage .performance > .image
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pageimage .oneperformance > .performance > .image
{
  width: 100%;
  height: auto;
  top: -9999px;
  bottom: -9999px;
  margin: auto 0;
}

  #pageimage .left > .performance > .date
, #pageimage .oneperformance > .performance > .date
{
  height: 100px;
  width: 100px;
  position: absolute;
  left: 20px;
  bottom: 10%;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
  text-transform: uppercase;
  margin-left: 5%;
}

  #pageimage .left > .performance > .date > small
, #pageimage .oneperformance > .performance > .date > small
{
  display: block;
  font: normal 27px/27px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
  #pageimage .left > .performance > .title
, #pageimage .oneperformance > .performance > .title
{
  position: absolute;
  bottom: 10%;
  left: 20px;
  width: calc(100% - 40px);
  padding-left: 120px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-left: 5%;
}

#pageimage .performance > .title > .ctalabel
{
  display: inline-block;
  font: normal 18px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 3px;
  position: relative;
  top: 10px;
  margin-right: 15px;
}
#pageimage .oneperformance > .performance > .title > .ctalabel
{
  max-width: calc(100% - 10px);
  margin-right: 0;
}

@media (max-width:1220px)
{
    #pageimage .left > .performance > .date
  , #pageimage .oneperformance > .performance > .date
  , #pageimage .left > .performance > .title
  , #pageimage .oneperformance > .performance > .title
  {
    margin-left: 0;
  }
}

  #pageimage .left > .performance > .title > small
, #pageimage .oneperformance > .performance > .title > small
{
  display: block;
  padding-top: 10px;
  font: normal 34px/34px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage .performance .button
{
  margin-top: 10px;
  display: inline-block;
  padding: 2px 15px 4px;
  border-radius: 5px;
  font: normal 18px/30px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}

  #pageimage .topright > .performance
, #pageimage .bottomright > .performance
{
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}

  #pageimage .topright > .performance > .title > .ctalabel
, #pageimage .bottomright > .performance > .title > .ctalabel
{
  display: inline-block;
  font: normal 14px/18px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  max-width: 100%;
  margin-right: 0;
}

  #pageimage .topright > .performance > .title
, #pageimage .bottomright > .performance > .title
{
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  /* padding-right: 64px; space for date */
  font: normal 26px/26px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
  #pageimage .topright > .performance > .title > small
, #pageimage .bottomright > .performance > .title > small
{
  display: block;
  padding-top: 10px;
  font: normal 65%/100% 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
  #pageimage .topright > .performance > .date
, #pageimage .bottomright > .performance > .date
{
  text-transform: uppercase;
  height: 64px;
  width: 64px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -32px;
  text-align: center;
  border-radius: 100%;
  padding-top: 10px;
  font: normal 28px/28px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
  #pageimage .topright > .performance > .date > small
, #pageimage .bottomright > .performance > .date > small
{
  display: block;
  font: normal 14px/14px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage .fullitem
{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pageimage .fullitem > .image
{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#pageimage .fullitem > .infolayer
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pageimage .fullitem .inner
{
  position: relative;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
#pageimage .fullitem .inner > .sticker
{
  display: block;
  font: normal 43px/43px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  position: absolute;
  top: 40px;
  right: 20px;
  text-align: center;
  box-shadow: 0 0 3px 0 rgba(100,100,100,0.2);
}
#pageimage .fullitem .inner > .sticker:before
{
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
#pageimage .fullitem .inner > .sticker > span
{
  display: inline-block;
  vertical-align: middle;
}
#pageimage .fullitem .inner > .title
{
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font: normal 64px/64px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  position: absolute;
  left: 20px;
  padding-right: 220px;/* space for sticker */
  bottom: 40px;
  max-width: calc(100% - 40px);
}

#pageimage .fullitem.text_topleft .inner > .title
{
  top: 40px;
  right: auto;
  bottom: auto;
  left: 20px;
}
#pageimage .fullitem.text_topright .inner > .title
{
  top: 40px;
  right: 20px;
  bottom: auto;
  left: auto;
  padding-right: 0;
  padding-left: 220;/* space for sticker */
  text-align: right;
}
#pageimage .fullitem.text_middleleft .inner > .title
{
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  white-space: nowrap;
}
#pageimage .fullitem.text_middleright .inner > .title
{
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  padding-right: 0;
  padding-left: 220;/* space for sticker */
  white-space: nowrap;
  text-align: right;
}
  #pageimage .fullitem.text_middleleft .inner > .title:before
, #pageimage .fullitem.text_middleright .inner > .title:before
{
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
  #pageimage .fullitem.text_middleleft .inner > .title > .alignhelper
, #pageimage .fullitem.text_middleright .inner > .title > .alignhelper
{
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
#pageimage .fullitem.text_bottomleft .inner > .title
{
  top: auto;
  bottom: 40px;
  right: auto;
  left: 20px;
}
#pageimage .fullitem.text_bottomright .inner > .title
{
  top: auto;
  bottom: 40px;
  right: 20px;
  left: auto;
  padding-right: 0;
  padding-left: 220;/* space for sticker */
  text-align: right;
}

#pageimage .fullitem.sticker_topleft .inner > .sticker
{
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
}
#pageimage .fullitem.sticker_topright .inner > .sticker
{
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
#pageimage .fullitem.sticker_middleleft .inner > .sticker
{
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -110px;
}
#pageimage .fullitem.sticker_middleright .inner > .sticker
{
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -110px;
}
#pageimage .fullitem.sticker_bottomleft .inner > .sticker
{
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
#pageimage .fullitem.sticker_bottomright .inner > .sticker
{
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}

#pageimage.compensate_rf .fullitem .inner
{
  margin-bottom: 60px;
}
#pageimage .fullitem .inner > .title small
{
  display: block;
  margin-top: 5px;
  font: normal 70%/100% 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
#pageimage.smallimage > img
{
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  top: -9999px;/* center image */
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}
#pageimage.smallimage
{
  text-align: center;
}

#pageimage.smallimage > div.title
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  font: normal 46px/46px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
}
#pageimage.smallimage > div.title:before
{
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
#pageimage.smallimage div.title > .holder
{
  padding: 20px;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
  white-space: normal;
}
  html.programme #pageimage.smallimage > div.title
, #pageimage.smallimage.compensate_rf > div.title
{
  bottom: 60px;
}
#pageimage.smallimage div.title small
{
  font: normal 100%/100% 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}

/* set fixed height of large pageimage(s) if screen is larger then 1220 */
@media (min-width:1220px)
{
  #pageimage.wh-slideshow:after
  {
    padding-top: 0;
    height: 526px;
  }
  html.performance #pageimage.wh-slideshow:after
  {
    padding-top: 0;
    height: 572px;
  }
    #pageimage .fullitem > .image
  , #pageimage .left .performance > .image
  {
    width: 100%;
    height: auto;
    margin: auto 0;
    top: -9999px;/* center image */
    right: 0;
    bottom: -9999px;;
    left: 0;
  }

  #pageimage .left
  {
    right: 402px;
  }
    #pageimage .topright
  , #pageimage .bottomright
  {
    width: 402px;
  }
}

@media (max-width:1220px)
{
  #pageimage .left > .performance > .title > .ctalabel
  {
    font-size: 1.6vw;
    line-height: 1.6vw;
    min-height: 3.4vw;
    padding: 1vw;
  }
    #pageimage .topright > .performance > .title > .ctalabel
  , #pageimage .bottomright > .performance > .title > .ctalabel
  {
    font-size: 1.2vw;
    line-height: 1.4vw;
    min-height: 3.1vw;
  }

  #pageimage.smallimage > div.title
  {
      font-size: 3.8vw;
      line-height: 3.8vw;
  }
    #pageimage .left > .performance > .title
  , #pageimage .oneperformance > .performance > .title
  {
    padding-left: 15%;
  }
    #pageimage .left > .performance > .title
  , #pageimage .left > .performance > .date
  , #pageimage .oneperformance > .performance > .title
  , #pageimage .oneperformance > .performance > .date
  {
    font-size: 3.8vw;
    line-height: 3.8vw;
  }
    #pageimage .left > .performance > .title > small
  , #pageimage .oneperformance > .performance > .title > small
  {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }
  #pageimage .left > .performance > .date
  {
    width: 12%;
    height: 19%;
    padding-top: 1.8%;
  }

  #pageimage .oneperformance > .performance > .date
  {
    width: 8.2%;
    height: 19%;
    padding-top: 0.8%;
  }

    #pageimage .left > .performance > .date > small
  , #pageimage .oneperformance > .performance > .date > small
  {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
    #pageimage .topright > .performance > .title
  , #pageimage .bottomright > .performance > .title
  {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
    #pageimage .topright > .performance > .date
  , #pageimage .bottomright > .performance > .date
  {
    height: 24.6%;
    width: 16%;
    margin-top: -12%;
    padding-top: 3%;
    font-size: 2.3vw;
    line-height: 2.3vw;
    right: 5%;
  }
    #pageimage .topright > .performance > .date > small
  , #pageimage .bottomright > .performance > .date > small
  {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
  #pageimage .performance > .overlay > a > .fa
  {
    height: 5.2vw;
    width: 5.2vw;
    font-size: 3.3vw;
    padding-top: 1.1vw;
    margin-bottom: 5px;
  }
  #pageimage .performance > .overlay > a
  {
    margin-top: -2.6vw;
  }
  #pageimage .performance > .overlay > a.view
  {
    margin-left: -9vw;
  }
  #pageimage .performance > .overlay > a.tickets
  {
    margin-left: 0.8vw;
  }
  #pageimage .fullitem .inner > .title
  {
    font-size: 5.7vw;
    line-height: 5.7vw;
    right: 20%;
  }
  #pageimage .fullitem .inner > .sticker
  {
    font-size: 3.5vw;
    line-height: 3.5vw;
    width: 18vw;
    height: 18vw;
  }
    #pageimage .fullitem.sticker_middleleft .inner > .sticker
  , #pageimage .fullitem.sticker_middleright .inner > .sticker
  {
    margin-top: -9vw;
  }

  #pageimage.wh-slideshow .centerblock > .sticker
  {
    font-size: 2.3vw;
    line-height: 2.6vw;
    width: 11.8vw;
    height: 11.8vw;
  }
  #pageimage.wh-slideshow .centerblock > .sticker .euro
  {
    display: inline-block;
    padding-right: 5px;
  }
  #pageimage.wh-slideshow .centerblock > .title
  {
    min-height: 19vw;
  }
  #pageimage h1
  {
    font-size: 3.9vw;
    line-height: 3.9vw;
  }
  #pageimage.smallimage > img
  {
    width: auto;
    height: 100%;
  }
}
@media (max-width:700px)
{
  #pageimage .left > .performance > .title > .ctalabel
  {
    font-size: 2vw;
    line-height: 2vw;
    min-height: 3.9vw;
    padding: 1vw;
  }
    #pageimage .topright > .performance > .title > .ctalabel
  , #pageimage .bottomright > .performance > .title > .ctalabel
  {
    font-size: 2vw;
    line-height: 2vw;
    min-height: 3.9vw;
    padding: 1vw;
  }

  #pageimage .fullitem .inner > .title
  {
    font-size: 6vw;
    line-height: 6vw;
  }

  #pageimage .favorite
  {
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
   /* no order btn, just full click area to detailpage */
    #pageimage .performance:hover > .date
  , #pageimage .performance:hover > .title
  , #pageimage .performance:active > .date
  , #pageimage .performance:active > .title
  {
    opacity: 1;
  }

  #pageimage .performance > .overlay
  {
    opacity: 1;
    background-color: transparent;
  }
  #pageimage .performance > .overlay > a.view
  {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
    #pageimage .performance > .overlay > a.view > span
  , #pageimage .performance > .overlay > a.tickets
  {
    display: none;
  }
}
@media (max-width:650px)
{
  #pageimage.wh-slideshow > .textoverlay
  {
    height: 100%;
  }
  #pageimage.wh-slideshow .centerblock > .sticker
  {
    bottom: 50%;
    margin-bottom: -6vw;
  }
  #pageimage.wh-slideshow .centerblock > .title > .date
  {
    font-size: 15px;
    line-height: 15px;
  }
  #pageimage.wh-slideshow .centerblock > .sticker
  {
    font-size: 2.9vw;
    line-height: 2.9vw;
    width: 13vw;
    height: 13vw;
  }
}
@media (max-width:600px)
{
  #pageimage.wh-slideshow .centerblock > .title
  {
    left: 10px;
  }
  #pageimage.wh-slideshow .centerblock > .sticker
  {
    font-size: 3.3vw;
    line-height: 3.6vw;
    width: 15vw;
    height: 15vw;
  }
}
@media (max-width:450px)
{
    #pageimage .oneperformance > .performance > .title > .ctalabel
  , #pageimage .oneperformance > .performance > .ctalabel
  {
    font-size: 3vw;
    line-height: 3.6vw;
  }
}
