﻿

.swiper-container {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 5px
}

.gallery-top {
    height: 100%;
    width: 890px;
    position: absolute;
    left: 15px;
}

.gallery-thumbs {
    width: 20%;
    height: 100%;
    padding: 10px;
    position: absolute;
    right: 0px;
}

    .gallery-thumbs .swiper-slide {
        width: 100%;
        height:100px;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }


p{
    margin-bottom:0px;
    line-height:36px;
}
.text-muted{
    line-height:initial;
    margin-bottom:2em;
}

.rank-li-span {
    padding: 5px;
    line-height: 40px;
}

.rank-author {
    margin-bottom: 0px;
    margin-top: 1.5em;
}

.rank-li{
    margin-bottom:1em;
}
.text-muted {
    margin-bottom: 0px;
}
