.btpmat-homepage-carousel picture,
.btpmat-homepage-carousel img {
    display: block;
    width: 100%;
}

.btpmat-homepage-links a {
    text-decoration: none;
}

hr.fancy-line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.75), rgba(0, 0, 0, 0));
    box-shadow: 0 -2px 4px rgba(136, 136, 136, 0.75);
}

@media (max-width: 767px) {
    .btpmat-homepage-links {
        display: none!important;
    }
}
