div.msite_item_image {
    padding:0px;
    display: block;
}

div.msite_item_image > .img-c {
    position:relative;
}

div.msite_item_image > .img-c > img.msit-small {
    max-width:100px;
    max-height:100px;
}

div.msite_item_image > .img-c > img.msit-medium {
    max-width:200px;
    max-height:200px;
}

div.msite_item_image > .img-c > img.msit-large {
    max-width:400px;
    max-height:400px;
}

div.msite_item_image > .img-c > img.msit-xl {
    max-width:600px;
    max-height:600px;
}

div.msite_item_image > .img-c > img.msit-default {
    max-width:100%;
    max-height:100%;
}

@media only screen and (max-width: 500px) {
    div.msite_item_image > .img-c > img {
        max-width: auto !important;
    }

    div.msite_item_image > .img-c > img.msit-small {
        max-width:100px;
        max-height:100px;
    }
    
    div.msite_item_image > .img-c > img.msit-medium {
        max-width:200px;
        max-height:200px;
    }
    
    div.msite_item_image > .img-c > img.msit-large {
        max-width:100%;
    }
    
    div.msite_item_image > .img-c > img.msit-xl {
        max-width:100%;
    }
    
    div.msite_item_image > .img-c > img.msit-default {
        max-width:100%;
    }
}

div.msite_item_image > .img-c > span {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.msite_item_image > .img-c > span.msite-img-caption-smaller-x {
    font-size:70%;
}

div.msite_item_image > .img-c > span.msite-img-caption-smaller {
    font-size:85%;
}

div.msite_item_image > .img-c > span.msite-img-caption-default {
    font-size:inherit;
}

div.msite_item_image > .img-c > span.msite-img-caption-larger {
    font-size:115%;
}

div.msite_item_image > .img-c > span.msite-img-caption-larger-x {
    font-size:140%;
}