﻿#carouselTicker .carouselTicker__item {
    max-width: 300px;
    /*height: 450px;*/
}

.carouselTicker__item {
    border: none;
}

.newsdiv {
    border: none;
}

.linktitle {
    height: 100px;
    /*border: solid 1px darkred;*/
    padding-top: 10px;
    font-size: 16px;
    color: white;
    font-weight: normal;
}

.divdate {
    padding: 0px;
    margin: 0 auto;
    width: 39%;
    float: none;
    background-color: lightgray;
    color: black;
    font-size: 18px;
}

@media (max-width: 769px) {
    #carouselTicker .carouselTicker__item {
        max-width: 160px;
    }

    .carouselTicker__item img {
        width: 150px;
    }

    .linktitle {
        height: 70px;
        padding-top: 10px;
        font-size: 12px;
    }

    .newsdiv {
        display: inline-block;
    }

    .divdate {
        width: 80% !important;
    }
}
