/*! Place your custom styles here */
.video-play-icon::before {
    position: absolute;
    top: 42%;
    margin-top: -5px;
    left: 50%;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 6px 14px 24px;
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent #808080;
}
.video-play-icon::before {
    border-color: #fff0 #fff0 transparent #020305;
    margin-top: -3px;
}

.video-play-icon {
    width: 7.42857143em;
    height: 7.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #aaa;
    cursor: pointer;
    background: #dfdfdf8a;
}

.bold{
    font-weight: bold !important;
}

.normal{
    font-weight: normal !important;
}

.rem11{
    font-size: 1.1rem !important;
}