.big-ord{
    width:100%;
    font-family:'jost';
}
.big-ord-inner{
    background-image:url("https://bartertheatre.com/app/uploads/2021/11/Frosty2015_SelectsForWeb-009-1.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    min-height:80vh;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
.big-ord-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:5%;
    max-width:1000px;
}
.big-ord-container {
    z-index: 1;
}
.big-ord-overlay {
    position: absolute;
    /* background-color: #fff; */
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(255,255,255);
    background: -webkit-gradient(
            linear
            , left top, right top
            , from(rgba(255,255,255,1)), color-stop(48%, rgba(255,255,255,0.852135854341737)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(
            left
            , rgba(255,255,255,1) 0%, rgba(255,255,255,0.852135854341737) 48%, rgba(255,255,255,1) 100%);
    background: linear-gradient(
            90deg
            , rgba(255,255,255,1) 0%, rgba(255,255,255,0.852135854341737) 48%, rgba(255,255,255,1) 100%);
}