#article {
    width: 100%;
}

#article .time {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: clamp(14px, 3.45vw, 20px);
    color: #2c8fec;
}


.video-element {
    position: relative;
    display: block;
    max-width: 480px;
    padding: 20px 0
}

.play-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 111px;
    height: 78px;
    margin-left: -55px;
    margin-top: -39px;
    background: url('/img/template/point.png') 0 0 no-repeat;
    opacity: .7
}

.play-button:hover:before {
    opacity: 1
}
