.av-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.av-align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.av-d-block {
    display: block !important;
}

.av-d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.av-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.av-h-100 {
    height: 100% !important;
}

.av-justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.av-justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.av-m-0 {
    margin: 0 !important;
}

.av-max-h-100 {
    max-height: 100% !important;
}

.av-max-w-100 {
    max-width: 100% !important;
}

.av-mb-2 {
    margin-bottom: 0.5rem !important;
}

.av-min-h-0 {
    min-height: 0px !important;
}

.av-min-w-0 {
    min-width: 0px !important;
}

.av-ml-2 {
    margin-left: 0.5rem !important;
}

.av-mt-0 {
    margin-top: 0 !important;
}

.av-mt-2 {
    margin-top: 0.5rem !important;
}

.av-mt-3 {
    margin-top: 0.75rem !important;
}

.av-mt-4 {
    margin-top: 1rem !important;
}

.av-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.av-p-2 {
    padding: 0.5rem !important;
}

.av-py-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.arnes-video-row {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row !important;
}

.av-av-text-center {
    text-align: center !important;
}

.av-text-left {
    text-align: left !important;
}

.av-text-right {
    text-align: right !important;
}

.av-w-100 {
    width: 100% !important;
}

#arnes-video-library-videogrid {
    width: 100% !important;
    margin: 0.5rem !important;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, 120px);
    grid-row-gap: .5em;
    grid-column-gap: 1em; */
    /* display: flex; */
    flex-wrap: wrap !important;
    /* align-items: center; */
    /* justify-content: center; */
}

#arnes-video-library-videogrid {
    flex: 1 1 200px !important;
}