﻿@media screen and (max-width:769px) {
    .rsImg
    {
        max-height: 200px;
    }
}

@media screen and (min-width:770px) {
    .rsImg
    {
        max-height: 500px;
    }
}

.imgCount
{
    font-size: 11px;
    padding-bottom: 5px;
}

.rsContainer
{
    text-align: center;
}