﻿@media (min-width: 950px) {
    .Ad-create {
        display: block !important;
        position: absolute;
        top: 90px;
        right: 30px;
        z-index: 1;
        color: white;
        font-size: 0.75em;
    }
        .Ad-create:visited {
            color: white;
        }
        .Ad-create::after {
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            background: url(../../assets/images/icon-Ad.png) transparent no-repeat;
            position: absolute;
            top: 3px;
            right: -26px;
        }

    .local-header .Ad-create {
        color: black;
        top: 45px;
    }
        .local-header .Ad-create:hover {
            text-decoration: none;
        }
        .local-header .Ad-create:visited {
            color: black;
        }
}