
.goal-group {
    padding: 0;
    width: 250px;
}
.stat-bar-group {
    margin: auto;
    margin-top: 10px;
}

    .modal-lg {
        max-width: 1200px !important;
    }

    i.fa {
        border: none!important;
    }

    i.fa:hover {
        cursor: pointer;
    }

    /* lg */ 
    @media(min-width: 992px ) {
        i.fa::before {
            margin-right: -50px!important;
        }
    }

    i.fa::before {
        float: right!important;
    }

    #video-location {
        background-color: black;
        height: 500px;
    }

    #embed-video {
        height: 500px;
        width: 800px;
    }

    .modal-content {
        background-color: transparent!important;
        border: none!important;
        margin-top: -70px!important;
    }
