.all-vids-container .allvids {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsthere-row .card-body h3 {
    color: #002337 !important;
    margin-top:0px;
    margin-bottom:15px;
    font-size:28px !important;
    text-align:center;
}

.whatsthere-row .card-header {
    border-bottom: 0px;
    background-color:#fff !important;
}

.whatsthere-row .card-header:after {
   font-family: "Font Awesome 5 Free";
    content: "\f04b";
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    float: left;
    background: #7941d8;
    margin-top: -48px;
    /* bottom: 0px; */
    /* top: 0; */
    vertical-align: middle;
    font-weight: 900;
    font-size:22px;
}

.whatsthere-row .fa-square-check {
    color:#008000;
}

.fa-tickettype {
    font-size:100px;
    color:#3ecfff;
}

.fa-tickettype-plus {
    font-size:100px;
    color:#3ecfff;
}

.wristband-bg {
    background-image: url(/stylesheet/event/wristband-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -380px right 0px;
}

.stage-bg {
    background-image: url(/stylesheet/event/stage-red-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:1350px) {
    .wristband-bg {
        background-position: top -310px right 0px;
    }
}

@media (max-width:1020px) {
    .wristband-bg {
        background-position: top -100px right 0px;
    }
}