.paragraph--type--bp-video
{
    width: 100vw;
    height: 100vh;

    background-color: transparent;
}
.paragraph--type--bp-video video
{
    position: relative;

    display: flex;

    width: 100vw;
    height: 100vh;

    justify-content: center;
    align-items: center;
}
.paragraph--type--bp-video .video-text-section
{
    padding: 0;
}
.paragraph--type--bp-video .ev3-video-text-section-contents
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100vw;
    height: 100vh;
    margin-left: 30px;
}
@media (min-width: 991px)
{
    .paragraph--type--bp-video .ev3-video-text-section-contents.fade-out
    {
        -webkit-transition: opacity 1.5s ease-in-out;
           -moz-transition: opacity 1.5s ease-in-out;
                transition: opacity 1.5s ease-in-out;

        opacity: 0;
    }
    .paragraph--type--bp-video .ev3-video-text-section-contents.fade-out:hover
    {
        -webkit-transition: opacity .55s ease-in-out;
           -moz-transition: opacity .55s ease-in-out;
                transition: opacity .55s ease-in-out;

        opacity: 1;
    }
}
@media (min-width: 768px)
{
    .paragraph--type--bp-video .ev3-video-text-section-contents
    {
        margin-left: 80px;
    }
}
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long
{
    position: absolute;
    bottom: 103px;

    display: grid;

    max-width: 400px;
    padding-right: 60px;

    grid-template-areas: 'sub-text' 'main-text' 'button';
}
@media (min-width: 768px)
{
    .paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long
    {
        bottom: 120px;

        max-width: 950px;
        padding-right: unset;
    }
}
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long h1,
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long .h1
{
    font-size: 1.8125rem !important;
    line-height: 1.813rem;

    letter-spacing: normal !important;

    text-shadow: 1px 1px #000;

    grid-area: sub-text;
}
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long h2,
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long .h2
{
    font-size: 2.7773rem !important;
    line-height: 3.8574rem;

    letter-spacing: normal !important;

    text-shadow: 1px 1px #000;

    grid-area: main-text;
}
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long p
{
    display: inline-block;

    margin: 1.5rem 0;

    grid-area: button;
}
.paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long p .btn
{
    font-size: 1rem;

    padding: 1rem 2rem !important;

    transition: .5s;
    text-transform: uppercase;

    border: none;
    background-color: var(--primary, #a68e3b);
}
@media (min-width: 768px)
{
    .paragraph--type--bp-video .ev3-video-text-section-contents .field--type-text-long p .btn
    {
        padding: .5rem 1rem !important;
    }
}
