a.wh-widget-send-button-get-button {
    opacity:0;
    display:none !important;
}




.layer.ko_title {
    z-index: 6;
    display: block;
    width: 100%;
    height: 30%;
    margin-top: 22%;
    margin-left: -1%;
    padding: 1vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    box-shadow: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.layer.ko_title:hover {
    background-image: none;
    box-shadow: none;
    color: #333232;
}








@media (max-width: 479px) {




    .layer.ko_title {
        display: block;
        width: 100%;
        margin-top: 41%;
        margin-left: 0%;
        text-align: center;
    }
}


.wlink{
    text-decoration: none;
    color: #ffffff;
}
.wlink:hover{
    color: #03e24a;
    background-image: url();
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.text-link {
    color: #ffffff;
}
.text-link:hover{
    color: #03e24a;
    background-image: url();
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


@media (max-width: 991px) {
    .categories {
        display: block;
        width: 85vw;
        font-size: 2vw;
        line-height: 2vw;
        margin: 0 auto;
    }
}

