.wc_conversion_insta {
    display: block;
    position: relative;
    width: 100%;
}

.wc_conversion_insta img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.wc_conversion_insta_title a {
    color: #fff
}

.wc_conversion_insta_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    height: 55px;
    font-weight: 100;
    font-size: 1.4em;
}

.wc_conversion_insta article {
    position: relative;
    display: inline-block;
    width: 10%; /*16.66*/
}

.instashow:hover {
    opacity: 1;
}

.instashow {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);/*(254, 191, 78, .7)*/
    z-index: 8;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.instashow span {
    display: inline-block;
    font-size: 1em;
    margin: 0 10px;
    color: #fff;
}

/*768px*/
@media (max-width: 48em) {
    .instashow span {
        font-size: 0.6875em;
        margin: 0 2px;
    }

    .wc_conversion_insta article {
        width: 25%;
    }
}

/*750px*/
@media (max-width: 46.875em) {
    .wc_conversion_insta article {
        width: 50%;
    }
}
