.page-banner.portfolio {
    background-image: url(../images/portfolio-banner.jpg);
}
.port-box {
    max-width: 379px;
}
a.port-link {
    display: inline-block;
    position: relative;
    color: #fff;
}
a.port-link img {
    float: left;
}
a.port-link .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .66);
}
a.port-link span.z-arrow-right-10 {
    border-width: 16px 14px;
    margin: -4px -10px 0 0;
    border-left-color: #e4a94e;
}
a.port-link:hover {
    color: #e4a94e;
    box-shadow: 0 0 10px #5a5a5a;
}




@media screen and (max-width: 1362px) {
	a.port-link span.z-arrow-right-10 {
	    display: none;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}