.propertyPhoto {
    position: relative;
    height: 225px;
}
.propertyPhoto a:hover {
    cursor: zoom-in;
}
.propertyPhoto span.fa {
    position: absolute;
    color: #c5ad53;
    top: 45%;
    font-size: 42px;
    opacity: 70%;
}
.propertyPhoto span.fa:hover {
    cursor: pointer;
}
.propertyPhoto span.btn-prev {
    left: 2%;
}
.propertyPhoto span.btn-next {
    right: 2%;
}
.photoString, .currentPhoto {
    display: none;
}
