.sd-photofeed-overview-block .sd-photofeed-block {
    position: relative;
}

.sd-photofeed-overview-block .sd-photofeed-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.sd-photofeed-overview-block .vc_col-sm-3 {
    padding: 5px;
}

.sd-photofeed-overview-block .photofeed_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    z-index: 1;
    padding: 20px;
}

.sd-photofeed-overview-block .sd-photofeed-block a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    background-color: rgba(254, 80, 0, .6);
}

.sd-photofeed-overview-block .sd-photofeed-block:hover a .photofeed_overlay,
.sd-photofeed-overview-block .sd-photofeed-block:hover a::after {
    opacity: 1;
}

.sd-photofeed-overview-block .sd-photofeed-block {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_title {
    margin-top: 10px;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_text {
    padding-left: 10px;
    padding-right: 10px;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_text .sd_text_block_default p {
    line-height: 20px;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_button {
    position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_button p {
    display: inline-block;
    position: relative;
    max-width: 100%;
    line-height: 1.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    transition: .2s ease-in-out;
    background-color: #414042;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.sd-photofeed-overview-block .sd-photofeed-block .photofeed_button p:hover {
    background-color: #343334;
    color: #fff;
}

.sd-photofeed-overview-block img {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.vc_col-sm-6 .sd-photofeed-overview-block .photofeed_overlay {
    display: none;
}

@media screen and (max-width: 991px) {
    .sd-photofeed-overview-block .photofeed_overlay {
        display: none;
    }

    .sd-photofeed-overview-block .vc_col-sm-3 {
        width: 25%;
        float: left;
    }
}

