﻿.repeaterItem {
    margin-bottom: 10px;
    display: block;
    position: relative;
    border: 1px solid #EEEEEE;
}

    .repeaterItem:hover .repeaterItemCaptionContainer {
        background: #0076c0;
    }

.repeaterItemCaptionContainer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(100,100,100,0.75);
    color: white;
}

.textPadding {
    padding: 20px;
}

.repeaterItemTitle {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

@media (max-width: 767px) {
    .repeaterItem {
        width: 100%;
        max-width: 371px;
        margin: 10px auto;
    }

    .repeaterItemTitle {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .repeaterItem {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .repeaterItem {
        width: 223px;
        height: 168px;
    }

    .repeaterItemTitle {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .repeaterItem {
        width: 296px;
        height: 222px;
    }

    .repeaterItemTitle {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .repeaterItem {
        width: 363px;
        height: 273px;
    }

    .repeaterItemTitle {
        font-size: 20px;
    }
}
