.collecteswrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.collecteexternalwrapper {
  width: 420px;
  height: 320px;
  padding: 15px;
}

.collecteinternalwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.collectesimagesregion {
  position: relative;
  display: block;
  height: 100%;
  background-color: transparent;
}

.collectebottomtextregion {
  position: relative;
  bottom: 0px;
  height: 60px;
  padding: 10px;
  background-color: transparent;
}

.collectetexttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: none;  
  font-size: 1.8rem;
  line-height: 2rem;  
}

.collectebottomimageregion {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.billetterietopimageregion {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: transparent;
  z-index:1;
}

.collecteblurry {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -o-object-fit: cover;
  object-fit: cover;
}

.collecteimageclear {
  position: absolute;
  width: 100%;
  height: 100%;  
  -o-object-fit: cover;
  object-fit: cover;
}

.collectesinternalwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.collectesexternalwrapper {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.collecteoutercontainer{max-width:100%;margin:auto}

.billetterietopimageregion{
	transition: top 600ms ease 0s;
	}

.collecteoutercontainer:hover .billetterietopimageregion{top:-10px}



@media screen and (max-width: 991px) {  
  .collecteswrapper {
    justify-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .collectesinternalwrapper {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .collectetexttitle{
	  font-size:1.5rem;
	  line-height:1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .collecteexternalwrapper {
    width: 260px;
    height: 220px;
  }
}

@media screen and (max-width: 650px) {
  .collecteexternalwrapper {
    width: 360px;
    height: 250px;
	max-width:100%;
  }
}
