.dz_column-inner {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.casestudies,
.dz-tiles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    overflow: visible;
}

.casestudies .casestudy,
.dz-tiles .tile {
    border: none;
}

.casestudies .casestudy .cs-img-mask,
.dz-tiles .tile .img-mask {
    margin-bottom: 5px;
    border: 2px solid #ffffff;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    border-radius: 15px;
}

.casestudies .casestudy a,
.dz-tiles .tile a {
    

    flex: 50%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

.casestudies .casestudy:hover,
.dz-tiles .tile:hover {
    box-shadow: 0px 0px 10px black;
}

.dz-tiles .tile a:hover,
.dz-tiles .tile a:hover .title,
.dz-tiles .tile a:hover .excerpt {
    text-decoration: none !important;
}

.casestudies .casestudy img,
.dz-tiles .tile img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.casestudies .casestudy .cs-title,
.dz-tiles .tile .title {
    display: flex;
    text-decoration: none !important;
    min-height: 98px;
    color: #fff;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 98px;
    overflow: hidden;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
}

.casestudies .casestudy:hover .cs-title,
.dz-tiles .tile:hover .title {}

.casestudies .casestudy:hover .cs-img-mask,
.dz-tiles .tile:hover .img-mask {}

.casestudies .casestudy:hover img,
.dz-tiles .tile:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.acf-icon.-cancel:before {
    margin: -13px 0 0 -6px !important;
}


.layout-1-wrapper {
    width: 100%;
    display: flex;
    min-height: 390px;
    margin: 1% 0;
}

.layout-1-wrapper .layout-1-lc {
    width: 50%;
    margin: 0% 1% 0% 0%;
    align-self: center;
}

.layout-1-wrapper .layout-1-rc {
    width: 50%;
    margin: 0% 1%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .casestudies a {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .casestudies .casestudy {
        max-width: 320px;
    }

    
    .layout-1-wrapper {
        width: 100%;
        display: flex;
        min-height: 380px;
        margin: 1% 0;
        flex-wrap: wrap;
    }

    .layout-1-wrapper .layout-1-lc {
        width: 100%;
        margin: 0% 1% 5% 0%;
        align-self: center;
    }

    .layout-1-wrapper .layout-1-rc {
        width: 100%;
        margin: 0% 1%;
    }

    .layout-1-wrapper .button-wrapper {
        margin: 20px 0;
    }

    .layout-1-wrapper .countdown-title {
        margin-top: 20px;
    }
}