a.logo img {
    display: inline-block;
    max-height: 80px;
}

.horoscope-image {
    width: 85%;
}
.horoscope-image:hover {
    animation-play-state: running!important;
}

.preloader{
background:rgb(11,14,30);
}
.preloader_image{
    /*-webkit-filter: drop-shadow(1px 0px 5px rgba(255, 255, 255, 1));*/
    /*filter: drop-shadow(1px 0px 5px rgba(255, 255, 255,1));*/
    background-image:url(../img/flower-small.png);
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    position: static;
    animation: rotating 20s linear infinite;
}


@media (min-width: 1200px) {
    .justify-nav-center .top-nav {
        justify-content: start;
    }
    .sf-menu>li .mega-menu, .sf-menu li>ul{
        padding: 20px 20px;
    }
}


@media(max-width: 992px){
    a.logo img {
        display: inline-block;
        max-height: 59px;
    }
    .horoscope-image {
        width: 90%;
    }
}
@media(max-width: 768px){
    a.logo img {
        display: inline-block;
        max-height: 50px;
    }
    .horoscope-image {
        width: 90%;
    }
    .special-heading {
        font-size: 40px;
    }
}
