.play-icon {
    content: url("../../../../asset/img/svg/play.svg");
    cursor: pointer;
}

.vid {
    border-radius: 1.875rem 0;
    min-height: 14.75rem;
    width: 100%;
}

.video-container {
    position: relative;
}

.iframe-container {
    cursor:pointer
}

.iframe-container .vid {
    pointer-events: none;
    cursor: default;
}


.video-container i {
    width: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62%,-50%);
}

blockquote:before,
blockquote:after {
    font-size: 3.75rem;
}

span.quote::before {
    font-size: 2.75rem;
    content: "\201C";
}

blockquote:before {
    left: -0.625rem;
    top: 2.5rem;
}

blockquote:after {
    bottom: -2rem;
    padding-left: 0.5rem;
}

.funky-box-graphics .funky-box-graphic {
    height: 173.95px;
    width: 173.95px;
}

.funky-box-graphics .funky-box-graphic-bottom {
    bottom: -1.25rem;
}

[data-video-modal="widget-video-modal"] .modal-dialog {
    max-width: 50rem;
    height: 100vh;
}

/* .vid {
    min-height: 23.75rem;
} */

@media (min-width: 376px) {
  .vid {
    min-height: 18.75rem;
  }
}

.vid-modal {
    min-height: 28.084rem;
}
