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

.cc_100-100 {
    padding: 0 0 100% 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-20 {
    padding: 0 0 20% 0;
}

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

.cc_100-in img {
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    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;
}
