.vod-indicator {
    position: absolute;
    bottom: 50px;
    left: 30px;
    display: flex;
    align-items: center;
}

.red-dot {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: red;
    margin-right: 10px;
}

.blue-dot {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: blue;
    margin-right: 10px;
}

.reverse {
    margin-right: 0;
    margin-left: 10px
}

.vod-indicator-free {
    display: flex;
    align-items: center;
}
