section{
    position: relative;
}
.static-top{
    top: 0;
    position: fixed;
    z-index: 1;
    width: 100%;
}
.text-on-img{
    position: absolute;
    top: 40%;
    margin: 1.5rem;
}
h1{
    font-size: 6rem;
}
h2{
    position: relative;
    margin-bottom: 2rem;
}
h2::before{
    position: absolute;
    content: "";
    width: 6rem;
    height: 3px;
    left: -2rem;
    bottom: -1rem;
    background-color: #585858;
}
.order-now, .order-now-h4{
    margin-left: -2rem;
}
.about-us .text-on-img{
    top: auto;
    bottom: 1rem;
}
.bento-section .text-on-img{
    top: 5rem;
}
.order-fields{
    margin-bottom: 1rem;
}
.fix-section{
    overflow: hidden;
}
.vid-food{
    width: 22rem;
    position: absolute;
}
.left-gif-img{
    top:-5rem;
    left: 0px;
    border-right: 1rem solid #303030;
    border-bottom: 1rem solid #303030;
}
.right-gif-img{
    top:-5rem;
    right:0px;
    border-left: 1rem solid #303030;
    border-bottom: 1rem solid #303030;
}
.center-gif-img{
    bottom: -5rem;
    left: calc(50% - 150px);
    right: calc(50% - 150px);
    border-right: 1rem solid #303030;
    border-left: 1rem solid #303030;
    border-top: 1rem solid #303030;
}
h2.form-h2::before{
    width: 9rem;
    left: 8rem;
    background-color: #FFFFFF;
}
.form-h2{
    font-weight: 400;
    font-size: 3rem;
}
.form-h2 span{
    color: #8D8D8D;
}
input::placeholder{
    color:#FFFFFF;
    opacity: 1;
}
@media (max-width: 768px) {
    .text-on-img{
        position: absolute;
        top: 10rem;
    }
    h1{
        font-size: 3rem;
    }
    .fix-section{
        min-height: 72rem;
    }
    .vid-food{
        width: 15rem;
        position: absolute;
        overflow: hidden;
    }
    .left-gif-img{
        top:-5rem;
        left:0px;
        border-top: 0rem solid #303030;
        border-right: 1rem solid #303030;
        border-left: 0px;
        border-bottom: 1rem solid #303030
    }
    .right-gif-img{
        top:auto;
        right:auto;
        left: 0px;
        bottom: -5rem;
        border-top: 1rem solid #303030;
        border-right: 1rem solid #303030;
        border-left: 0px;
        border-bottom: 0px;
    }
    .center-gif-img{
        left: auto;
        right:0px;
        top: calc(50% - 200px);
        bottom: calc(50% - 200px);
        border-top: 1rem solid #303030;
        border-right: 0rem solid #303030;
        border-left: 1rem solid #303030;
        border-bottom: 1rem solid #303030;
    }
    h2::before {
        width: 10rem;
        left: -4rem;
    }
    .order-now, .order-now-h4{
        margin-left: 0rem;
    }
    .bento-section .text-on-img{
        top: 0;
        position: relative;
    }
}