.videos.grid .vid .title {
    text-transform: uppercase;
    font-size: 14px;
}

.videos.grid .vid .imagePlaceholder:hover:before,
.widget.vid .imagePlaceholder:hover:before {
    opacity: .7;
}

.videos.grid .vid .imagePlaceholder,
.widget.vid .imagePlaceholder {
    margin-top: 10px;
    margin-bottom: 15px;
    width: calc(100% + 20px);
    margin-left: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-color: rgba(var(--secondaryColor), 1);
    cursor: pointer;
}

.widget.vid .imagePlaceholder {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.videos.grid .vid .imagePlaceholder:before,
.widget.vid .imagePlaceholder:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 32px;
    color: white;
    font-weight: 600;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.videos.grid .vid .imagePlaceholder:after,
.widget.vid .imagePlaceholder:after {
    content: "";
    display: block;
    padding-top: 45%;
}