@media screen
and (min-width: 1269px)
and (max-width: 2082px)
and (orientation: portrait)
and (min-resolution: 1.7dppx){
    /* styles for Prism Screen */
    .d-lg-flex.prism-screen,
    .d-lg-block.prism-screen {
        display: none !important;
    }

    .prism-screen .btn-back {
        margin-top: 2dvh;
        margin-bottom: 31dvh;
    }

    .col-12.prism-screen {
        flex: 0 0 auto;
        width: 100%;
    }

    .prism-screen__initial.blurred-background {
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }

    .prism-screen__bg {
        /* padding-bottom: 32px; */
        background-image: url(../img/estimate-tool-banner-prisma-screen-2159-3541-4K-portrait.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center calc(0% - 116px);
    }

    .login-content-wrapper.prism-screen {
        position: relative;
        /*padding-top: 56px;*/
        padding-top: 0;
        width: 100%;
        height: 100%;
    }

    /*.login-content-wrapper.prism-screen::before {*/
    /*    display: block;*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    background: linear-gradient(to bottom, transparent 0%, #67472eb6 15%, #67472e 30%, #39200f 100%);*/
    /*    width: 100%;*/
    /*    height: 78%;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    z-index: 0;*/
    /*}*/
    .login-content-wrapper--inner {
        z-index: 1;
    }

    .prism-screen__message {
        /*padding-top: 250px;*/
        max-width: 600px;
        width: 100%;
    }
}
