.esc-footer {
    width: 100%;
    height: 7%;
    position: fixed;
    bottom: 0;
    overflow-y: hidden;
    border-top: solid 15px transparent;
    border-image: linear-gradient(90deg, rgba(6, 4, 44, 1) 0%, rgba(94, 0, 31, 1) 100%);
    border-image-slice: 1;
}

.esc-footer__image {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .esc-footer {
        height: 3%;
    }
}
@media screen and (max-width: 1200px) {
    .esc-footer {
        height: 3%;
    }
}
