  .cia-custom-row.cia-col-3 {
    display: grid;
    grid-template-columns: calc((100%/3) - 20px) calc((100%/3) - 20px) calc((100%/3) - 20px);
    grid-gap: 30px;
}


.cia-img-col {
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.custom-image-animation-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-color-image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.custom-image-animation-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-image-animation-text h3 {
    font-size: 22px;
    font-weight: 600;
}

.custom-image-animation-text {
    padding: 30px;
}

.custom-image-animation-text h3 {
    margin-bottom: 60px;
    margin-top: -30px;
	transition: 0.4s;
}

.cia-img-col {
    display: flex;
    align-items: center;
}

.cia-img-col:hover h3 {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.ciat-description {
    position: relative;
    bottom: -15px;
    transition: 0.4s;
    opacity: 0;
}

.cia-img-col:hover .ciat-description {
    bottom: 0;
    opacity: 1;
}
.main-color-image-background.hover-background {
    opacity: 0;
    transition: 0.4s;
}

.cia-img-col:hover .main-color-image-background.hover-background {
    opacity: 1;
}
a.cia-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.cia-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.cia-link .border-1:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111111;
    background: #fff;
    transform: scale(0);
    transition: 0.4s;
}

a.cia-link {
    padding: 30px;
}

span.main-border {
}

a.cia-link .main-border {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

a.cia-link .border-1:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #fff;
    transform: scale(0);
    transition: 0.4s;
}

a.cia-link .border-2:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111111;
    background: #fff;
    transform: scale(0);
    transition: 0.4s;
}

a.cia-link .border-2:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111111;
    background: #fff;
    transform: scale(0);
    transition: 0.4s;
}

a.cia-link:hover .border-2:after, a.cia-link:hover .border-2:before, a.cia-link:hover .border-1:after, a.cia-link:hover .border-1:before {
    transform: scale(1);
}

.campus-apartment-left-side.campus-apartment-left-side {
    border: solid 2px #BEBEBE;
    padding: 20px 30px;
}

.campus-apartment-left-side.campus-apartment-left-side .is-style-wide {
    color: #bebebe !important;
    background: #bebebe !important;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 981px) and (min-width: 650px) {
    .ipad-col-1.ipad-col-1 > div {
        display: block;
    }
}
@media (max-width: 1150px) {
    .cia-custom-row.cia-col-3 {
        display: block;
    }

    .cia-custom-row.cia-col-3 .cia-img-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    .cia-img-col .main-color-image-background.hover-background {
        opacity: 1 !important;
    }

    a.cia-link .border-1:before, a.cia-link .border-1:after, a.cia-link .border-2:before, a.cia-link .border-2:after {
        transform: scale(1);
        opacity: 1;
    }

    .custom-image-animation-text h3 {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    .ciat-description.ciat-description {
        opacity: 1 !important;
        bottom: 0 !important;
    }

    .custom-image-animation-text {
        padding-top: 40px;
    }
}

@media (max-width: 981px) {
    .cia-custom-row.cia-col-3 .cia-img-col.cia-img-col {
        height: auto !important;
    }
}
