﻿.priorities p {
    text-align: center;
    line-height: 1.15;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 260px;
}

    .priorities p span:first-of-type {
        padding: 20px;
        font-weight: bold;
        font-family: 'korolev-condensed-bold',sans-serif;
    }

    .priorities p span:last-of-type {
        font-family: 'korolev-medium',sans-serif;
    }
        .employeeblock img {
    width: 175px;
}

.main-content-wrapper{
    padding-bottom:15px;
}

.hero.about {
    margin-top: -15px;
    background-image: url(/skins/skin_champro/images/microsite/fabricguides/Fabric_Guide_Banner.png);
    background-repeat: no-repeat;
/*    background-position: center;*/
    background-size: cover;
}

.hero{
    height: unset;
}

.card {
    position: relative;
    display: inline-block;
    padding: 22px 15px;
}

    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .card:hover .img-top {
        display: inline;
    }
    .card img{
        border:0;
    }

.fabric-guide-head {
    margin-top: -20px;
}

@media screen and (max-width: 767px) {
    .fabric-guide-head {
        margin-top: initial;
        padding-top: 20px;        
    }
    .hero.about {
        margin-top: -7px;
        background-image: url(/skins/skin_champro/images/microsite/fabricguides/Fabric_Guide_Banner_mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 171px;
        background-position: center;
    }
    .hero {
        height: 100px;
    }
}