.sticky_ad {
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 0;
    min-height: 61px;
    margin: 0;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

@media only screen and (min-width: 768px) {
    #ad_stickyheader_mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
	.logo-container {
		flex-flow: row wrap;
	}
}

#ad_stickyheader_mobile {
    top: 0;
    left: 0;
    position: unset;
}

#ad_stickyfooter {
    border-top: 1px solid rgb(193, 200, 210);
    bottom: 0;
    left: 0;
}

#mobile_inters {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999999;
    background-color: rgb(51, 51, 51);
    opacity: 0.7;
    display: none;
}

#mobile_inters_holder {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999999;
    text-align: right;
    display: none;
}

#mobile_pos {
    line-height: 29px;
    display: block;
    margin: 0 auto;
}

#ad_inimage {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 50px;
    background-color: rgba(233, 222, 224, 0.4);
}

/***** MH *****/
.stream-item.stream-item-below-header {
    position: relative;
    background-color: #f3f3f3;
}

@media (max-width: 1035px) {
    .stream-item.stream-item-below-header {
        height: 90px !important;
        max-height: 90px !important;
        min-height: 90px !important;
    }
}

@media (max-width: 749px) {
    .stream-item.stream-item-below-header {
        height: 100px !important;
        max-height: 100px !important;
        min-height: 100px !important;
    }
}

@media (max-width: 329px) {
    .stream-item.stream-item-below-header {
        height: 60px !important;
        max-height: 60px !important;
        min-height: 60px !important;
    }
}

.stream-item.stream-item-below-header::before {
    content: "Ad";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    color: gray;
}

/***** MH *****/

.ad_skyscraper {
    position: fixed;
    visibility: visible;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    overflow: visible;
    transition-duration: 0s;
    opacity: 1;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 620px;
    min-height: 620px;
    max-height: 620px;
    z-index: 99999;
}

/***** SKYSCRAPER LATERALI *****/
@media screen and (max-width: 1424px) {
    #ad_skyscraper_dx {
        display: none;
    }
}

@media screen and (max-width: 1472px) {
    #ad_skyscraper_sx {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    #ad_skyscraper_sx {
        left: 1%;
        top: 116px;
    }

    #ad_skyscraper_dx {
        left: 88%;
        top: 116px;
    }
}

@media screen and (min-width: 1800px) {
    #ad_skyscraper_sx {
        left: 10%;
        top: 130px;
    }

    #ad_skyscraper_dx {
        left: 82%;
        top: 130px;
    }
}

@media screen and (min-width: 2100px) {
    #ad_skyscraper_sx {
        left: 18%;
        top: 130px;
    }

    #ad_skyscraper_dx {
        left: 75%;
        top: 130px;
    }
}

@media screen and (min-width: 2600px) {
    #ad_skyscraper_sx {
        left: 22%;
        top: 130px;
    }

    #ad_skyscraper_dx {
        left: 72%;
        top: 130px;
    }
}

@media screen and (min-width: 3400px) {
    #ad_skyscraper_sx {
        left: 27%;
        top: 130px;
    }

    #ad_skyscraper_dx {
        left: 68%;
        top: 130px;
    }
}

/***** FINE SKYSCRAPER LATERALI *****/