
/* Showcase Ads added 6-05-2019 */

        .advertisingShowcase {
            padding-left: 30px;
            padding-right: 30px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 576px){
             .advertisingShowcase{
                max-width: 540px;
            }
        }

         @media (min-width: 768px){
             .advertisingShowcase{
                max-width: 720px;
            }
        }

        @media (min-width: 992px){
             .advertisingShowcase{
                max-width: 960px;
            }
        }

        @media (min-width: 1200px){
            .advertisingShowcase{
                max-width: 1170px;
            }
        }

        .advertisingShowcaseContent {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        @media (max-width: 767.98px){
            .advertisingShowcaseContent{
                 -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }
        
        .advertisingShowcaseContent a {
            display: inline-block;
            max-width: 300px;
            max-height: 250px;
        }
