﻿.content {
    height: 100% !important;
    width: 100%;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    position: absolute;
    right: 0;
    top: 0;
}

.custom-card-bg {
    background-color: rgba(0,0,0,0.25) !important;
}

.content-wrapper {
    background-image: url("/images/Pearsall_Track.jpg") !important;
    background-size: cover;
    background-position: center;
    position: relative;
}
