.text1 {
    color:red;
    text-transform: uppercase;
    font-family: sans-serif;
}
.align-R {
    left:0px;
    text-align: right;
}
.align-L {
    right:100px;
    left: auto !important;
    text-align: left;
}
.align-C {
    right:auto !important;
    left: auto !important;
    text-align: center;
}

.vjs-caption-overlay {
    font-family: 'Horsham';
    color:#1E1E23;
    font-size: 25px;
    font-weight: bold;
}

@font-face {
    font-family: 'Horsham';
    src: url('fonts/Horsham-DemiBold.woff2') format('woff2'),
        url('fonts/Horsham-DemiBold.woff') format('woff'),
        url('fonts/Horsham-DemiBold.svg#Horsham-DemiBold') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}