/* WORKS  */
.info24_wrapper {
    /* float: left; */
}
.info24_works {
    width: 100%;
}
.info24_works .grid-sizer {
    width: 25%;
    float: left;
}
.info24_works .grid-item {
    width: 25%;
    float: left;
}
.info24_works .grid-item img {
    font-size: 0;
}
.info24_works .grid-item-double img {
    font-size: 0;
}
.info24_works .grid-item-double {
    width: 50%;
    float: left;
}
.info24_works .grid-item-three {
    width: 75%;
    float: left;
}
.info24_works .grid-item-four {
    width: 100%;
    float: left;
}


/* WORKS FIGURE */
.info24_works figure {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.info24_works figure * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.info24_works figure a {
    width: 100%;
    float: left;
    text-align: center;
}
.info24_works figure img {
    width: 100%;
    float: left;
    opacity: 1;
}
.info24_works figure figcaption {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    padding: 0;
}
.info24_works figure figcaption .bg-color {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}
.info24_works figure figcaption .brand {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.info24_works figure figcaption .brand img {
    width: auto !important;
    height: 50px;
    float: none;
}
.info24_works figure figcaption a {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    padding: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.info24_works figure figcaption a:hover {
    color: #fff;
    text-decoration: none;
}
.info24_works figure figcaption h5 {
    width: 100%;
    float: left;
    transform: translateY(-10px);
    opacity: 0;
    font-family: "Playfair Display", serif;
    font-size: 20px;
}
.info24_works figure figcaption small {
    width: 100%;
    float: left;
    transform: translateY(10px);
    opacity: 0;
    font-weight: 700;
}
.info24_works figure:hover figcaption {
    opacity: 1;
}
.info24_works figure:hover img {
    transform: scale(1.05);
}
.info24_works figure:hover figcaption h5 {
    transform: translateY(0);
    opacity: 1;
}
.info24_works figure:hover figcaption small {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 767px) {
    .info24_works .grid-item {
        width: 100%;
    }
    .info24_works .grid-item-double {
        width: 100%;
    }
}
