﻿.skip__container {
   position: absolute;
    top: 20px;
    left: 12px;
    /*width: 100%;
    pointer-events: none*/
}

.skip__btn {
    position: absolute;
    left: -999px;
    z-index: -999;
    height: 1px;
    width: 1px;
}

    .skip__btn:focus {
        /* pointer-events: all;*/
        position: absolute;
        height: auto;
        width: 200px;
        margin: 0 auto;
        display: block;
        background-color: #004785;
        color: #fff;
        padding: 0 12px;
        padding: 0 .75rem;
        left: 12px;
        top: 60px;
        z-index: 999;
        text-align: center
    }
