.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large {
  height: 150px;
  width: 150px;
  position: absolute;
left: 0;
  right: 0;
  margin: auto;
}
.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large img {
  height: 150px;
  width: 150px;
}
.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large::before{
opacity:0}
#title {
  margin-top: 80px !important;
  display: block;
  text-transform: uppercase;
  font-size: 24px !important;
  color: #e4e4e4;
  font-weight: 900 !important;
}
.event h1.title {
  font-size: 22px !important;
}
.event.theme--dark h2.title.p-name {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 23px !important !important;
  color: #fff;
  margin: 20px !important;
}
.v-lazy.event.v-card {
  background: #050505;
  border: 5px solid #272727;
  border-radius: 10px;
}
a.v-chip.v-chip--outlined.v-chip.v-chip {
  background: #3c0b00 !important;
  color: #b54128 !important;
  border: 0;
  font-size: 11px;
}
.theme--dark.v-icon {
  color: #5a5a5a !important;
}
.v-lazy.event.v-card:hover {
  box-shadow: 0 0 20px #000;
}
@media (max-width: 500px){
.v-btn.v-btn--icon.v-btn--round.v-btn--router.theme--dark.v-size--large{ 
   margin-top:35px
}
#title {
  margin-top: 110px !important;
}
}