.template-5203 .template__bg {
    bottom: 0;
    left:0;    
    position: absolute;
    width: auto;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.template-5203 .template__bg--alt {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
}

.template-5203 a {
    position: relative;
}

.template-5203 a:before,
.template-5203 a:after {
    content: '';
    height: 2px;
    width: 50px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin: 0 10px;
    transition: box-shadow .3s;
}

.template-5203 a:after {
    left: auto;
    right: 100%;
}

.template-5203 a:hover:before,
.template-5203 a:hover:after {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .4); 
}

@media (min-width: 575px) {

    .template-5203 a:before,
    .template-5203 a:after {
        width: 130px;
        margin: 0 30px;
    }
}

@media (min-width: 767px) {

    .template-5203 a:before,
    .template-5203 a:after {
        width: 230px;
    }
}