﻿@charset "UTF-8";

.sow-image-container {
    text-align: center;
}

img.so-widget-image {
    max-width: 220px;
    height: auto;
    padding-top: 0.5%;
}

.so-widget-sow-image.so-widget-sow-image-default-642c5433d908 {
    background-color: white;
    color: black;
    position: fixed;
    padding: 2%;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-bottom: 1.6%;
    padding-top: 0.7%;
}

.adserver-corner .textwidget {
    text-align: center;
}

.small_ad_text p {
    margin: 2px !important;
    color: black;
    font-size: 9px;
    line-height: 10px;
    font-weight: bold;
}

.adserver-corner {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px 0px;
}

    .adserver-corner .mobile {
        display: none;
    }

.so-widget-sow-image.so-widget-sow-image-default-642c5433d908 h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px;
    padding-bottom: 0.3%;
}

@media only screen and (max-width:1000px) {
    .adserver-corner .non-mobile img {
        width: 100%;
        height: auto;
    }

    .adserver-corner {
        width: 100%;
    }
}

@media only screen and (max-width:760px) {

    .adserver-corner .mobile {
        display: block;
    }

    .adserver-corner {
        width: 320px;
        max-width: 100%;
    }
    .adserver-corner .mobile img {
        max-width: 100%;
    }

        .adserver-corner .non-mobile {
            display: none;
        }
}


.adserver-corner {
    margin-bottom: 2rem;
}
