body {
    background-color: #f1f1f1!important;
}

hr { /*dummy content*/
    height: 6px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
}

hr:last-child {  /*dummy content*/
    margin-right: 60%;
}

hr.image { /*dummy content*/
    padding-bottom: 50%;
}

@media screen and (max-device-width: 640px){
    .archive {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-auto-flow: dense;
        margin-top: 20px;
        overflow: hidden;
        padding: 10px;
    }


    .article:nth-child(5) {
        grid-column: 1 / 3;
    }
    .article:nth-child(6) {
        grid-column: 1 / 3;
    }

    .haber-1 figure, .haber-2 figure, .haber-3 figure, .haber-4 figure{
        height: auto!important;
    }

    .haber-manset {
        height: auto!important;
    }

    .haber-1 figcaption, .haber-2 figcaption, .haber-3 figcaption{
        position: absolute!important;
        left: 10px!important;
        right: 10px!important;
        white-space: nowrap;
        text-overflow: ellipsis;

    }



    .swiper-pagination-bullet {
        width: 12px!important;
        height: 12px!important;
        text-align: center;
        font-size: 30px!important;
        color: #c9c9c9 !important;
        opacity: 1;
        background: #c9c9c9 !important;
    }

    .swiper-pagination-bullet-active {
        color: #fff!important;
        background: #fff!important;
    }

}


@media screen and (min-device-width: 641px){
    .archive {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1em;
        grid-auto-flow: dense;
        margin-top: 20px;
        overflow: hidden;
    }

    .article:nth-child(6) {
        grid-column: 2 / 4;
    }

    .article:nth-child(8) {
        grid-column: 1 / 5;
    }
    .swiper-pagination-bullet {
        width: 12px!important;
        height: 12px!important;
        text-align: center;
        font-size: 30px!important;
        color: #9a9999!important;
        opacity: 1;
        background: #9a9999 !important;
    }

    .swiper-pagination-bullet-active {
        color: #1d1d1f!important;
        background: #1d1d1f!important;
    }
}

.article {
    position: relative;
    overflow: hidden;
}

.adsense {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty {
    margin-bottom: 40px;
}


.haber-1 img, .haber-2 img, .haber-3 img, .haber-4 img, .haber-manset img {
    width: 100%;

}

.haber-2, .haber-3 {
    position: relative;
    margin-bottom: 20px;
}


.haber-manset {
    height: 578px;
}



.haber-1 figure:before, .haber-2 figure:before, .haber-3 figure:before {
    max-height: 80px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0);
    content: '';
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    position: absolute;
}


.haber-1 figure, .haber-2 figure, .haber-3 figure{
    overflow: hidden;
    -webkit-transition: ease .3s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    transition: ease .3s;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;

}

.haber-1 figure {
    height: 140px;
}


.haber-1 figure:hover, .haber-2 figure:hover, .haber-3 figure:hover{
    transform: scale(1.1);
}

.haber-2 figure {
    height: 140px;
}
.haber-3 figure {
    height: 258px;
    object-fit: contain;
}

.haber-1 figcaption, .haber-2 figcaption, .haber-3 figcaption{
    position: absolute;
    bottom: 15px;
    left: 20px;
    margin-right: 20px;
    z-index: 999;
    color: #fff;
    line-height: 20px;
    font-family: Poppins, serif;
}

.haber-4 figcaption {
    background-color: #fff;
    height: 100px;
    padding: 10px;
    line-height: 25px;
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.haber-4 a {
    font-family: Poppins, serif;
    color: #1d1d1f;
    font-size: 16px;
    line-height: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 13px!important;
}
