/* 100-SHAPES */
.cc_100-100,
.cc_100-67,
.cc_100-60,
.cc_100-50,
.cc_100-33,
.cc_100-25, 
.cc_100-20, 
.cc_100-120px {
    position: relative;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cc_100-100 {
    padding: 0 0 100% 0;
}

.cc_100-60 {
    padding: 0 0 60% 0;
}

.cc_100-67 {
    padding: 0 0 67% 0;
}

.cc_100-50 {
    padding: 0 0 50% 0;
}

.cc_100-40 {
    padding: 0 0 40% 0;
}

.cc_100-33 {
    padding: 0 0 33% 0;
}
.cc_100-25 {
    padding: 0 0 25% 0;
}
.cc_100-20 {
    padding: 0 0 20% 0;
}

.cc_100-120px {
    padding: 0 0 120px 0;
}

.cc_100-in {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cc_100-100-in {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: .5rem;
}

.cc_100-in img {
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    background-image: url(https://crimmins.ie/img/placeholder_1200.png);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
}

.cc_thumb-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}