/* photo box */
.photo-box-widget {
    width: auto;
    max-width: 300px;
    margin: 10px auto;
    position: relative;
}
.photo-box-widget a,
.photo-box-widget a:hover,
.photo-box-widget a:focus {
	color: white;
	text-decoration: none;
}
.photo-box-widget:hover,
.photo-box-widget:focus {
	box-shadow: 3px 3px 30px gray;
	text-decoration: none;
	color:white;
}

.photo-box-widget img {
	margin: 0 !important;
	width: 100%;
}

.photo-box-widget:hover img,
.photo-box-widget:focus img {
	opacity: 0.9;
}
.right-photo-box {
float: right;
}
.left-photo-box {
float: left;
}
.center-photo-box {
float: none;
margin: 10px auto;
display: table;
}

.photo-box-widget .photobox-text {
   position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.79);
}


.photo-box-widget .photobox-text p {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: white !important;
    font-family: 'Oswald';
    letter-spacing: 0.04em;
    font-size: 25px;
    text-shadow: 0px 0px 20px black, 0px 0px 20px black, 0px 0px 20px black;
}
.photo-box-widget .photobox-text p .fa {
    float: right;
    line-height: 1.4;
}