@import 'https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900&subset=latin,latin-ext';

body {
    font-family: 'Titillium Web';
}

.article .card-img-top {
    max-height: 25vh;
    object-fit: scale-down;
}

.article-text {
    width: 64%;
}

.card-top {
    overflow: hidden;
}

.card-img-top {
    padding: 0.25rem;
    
    object-fit: scale-down;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.card-img--max-height {
    max-height: 116px;   
}

@media (min-width: 576px) { 
    .news .card-img-main {
        height: 20vw;
    }

    .news .card-img-sub {
        max-height: 10vw;
    }
}

@media (max-width: 576px) {
}

.news-list .card-img-top {
    max-height: 110px;
}

.card:hover .card-img-top  {
    opacity: .2;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.header-ad-left {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto 20px;
    transform-origin: top right;
    left: calc(((100% - 1240px)/ 2) - 125px);
    min-height: 610px;
    min-width: 120px;
}

.header-ad-right {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto 20px;
    transform-origin: top left;
    right: calc(((100% - 1240px)/ 2) - 125px);
    min-height: 610px;
    min-width: 120px;
}

.header-ad-top {
    text-align: center;
    margin: 0 auto 20px;
}

.section-ad {
    text-align: center;
    margin: 20px auto 20px;
}