#intActionArea{
    width: 100%; 
    height: calc(100% - 56px);
}
.modal-backdrop{
    z-index: 700 !important;
}
.eventGrouptTicketListImage{
    background-size: 100% auto;
    background-position:center;
}
.eventGrouptTicketListImage:hover{
    background-size: 110% auto;
}
.cardHover:hover{
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.bTicketTitleImage{
    height: 250px;
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}