

/* Start:/service/assets/css/style.css?1771402152483*/
.video-content {
    position: relative;
    height: 500px;
}
.video-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 20px;
}
.video-link{
    width: 150px;
    height: 150px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 5;

    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
/* End */
/* /service/assets/css/style.css?1771402152483 */
