.detectedDevice {
    background-color: #777;
    padding: 1rem;
    padding-right: 2.2rem;
    padding-left: 2.2rem;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 100000000;
    opacity: .95;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    display: block;
}
/*
@media (min-width: 768px) {
    .detectedDevice {
        display: none;
    }
}
 */

.detectedDevice .link {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}

.detectedDevice .close {
    right: .5rem;
    top: 10px;
    width: 12px;
    height: 12px;
    padding: 0;
    text-align: center;
    position: absolute;
}

.detectedDevice .close:before {
    content: "\e912";
    color: #000;
    speak: none;
    display: inline-block;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}