.gallery-elements-4,
.gallery-elements-4 .caption-gallery ul {
    text-align: center;
}

.gallery-elements-4 .caption-gallery ul {
    list-style: none;
}

.gallery-elements-4 .caption-gallery ul li {
    display: inline-block;
}

.gallery-elements-4 .caption-gallery .caption-title {
    font-size: 1.8rem;
}

.gallery-elements-4 .caption-gallery .caption-title {
    text-transform: uppercase;
}

.gallery-elements-4 {
    margin-bottom: 3rem;
    text-align: center;
}

.gallery-elements-4 .gallery-anchor {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}

.gallery-elements-4 .gallery-anchor img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery-elements-4 .gallery-anchor .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.gallery-elements-4:hover .gallery-anchor .caption {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gallery-elements-4 .gallery-anchor .caption .crosses {
    width: 9.6rem;
    height: 9.6rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.gallery-elements-4:hover .gallery-anchor .caption .crosses {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gallery-elements-4 .gallery-anchor .caption .crosses::before {
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 50%;
    top: 2.4rem;
    left: 4.7rem;
}

.gallery-elements-4 .gallery-anchor .caption .crosses::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 0.1rem;
    top: 4.7rem;
    left: 2.4rem;
}

.gallery-elements-4 .caption-gallery {
    padding: 3.3rem 0 1.3rem;
}

.gallery-elements-4 .caption-gallery .caption-title{
    font-weight: 600;
}

.gallery-elements-4 .caption-gallery .caption-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.gallery-elements-4 .caption-gallery ul {
    padding-left: 0;
    margin-bottom: 0;
    padding: 1.7rem 1.4rem 1.4rem;
}

.gallery-elements-4 .caption-gallery ul > li:nth-of-type(1) {
    margin-right: 1.2rem!important;
}

.gallery-elements-4 .caption-gallery ul > li a {
    font-weight: 300;
    font-size: 1.3rem;
}

.gallery-elements-4 .caption-gallery ul li a > span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0.3rem;
    margin-right: 0.5rem;
    border: 0.1rem solid;
}

@media (max-width: 767px) {
    .gallery-elements-4 .caption-gallery {
        padding: 1.3rem 0 0.3rem;
    }
    .gallery-elements-4 .caption-gallery ul {
        padding: 1.2rem 1.4rem 0.9rem;
    }
}