#Gallery
{
    margin-top: 20px;
}
#album-main
{
    margin-left: 1.564%;
    border: 1px solid #cecece;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 100%;
    float: none;
    margin-right: 1.564%;
    position: relative;
}

#album-main:hover
{
    border: 1px solid #d7d7d7;
    background-color: #f5f5f5;
}
#album-main .img-responsive
{
    display: inherit;
}

.album-link
{
    font: 13px 'robotobold';
    color: #d85920;
    margin: 8px 4px 0px 4px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*Video*/
.video-text
{
    color: #56606E;
    display: block;
    font: 15px 'robotoregular';
    margin-bottom: 6px;
    padding: 10px 0;
    text-align: center;
}
.play-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
#album-main .play-icon img
{
    max-height: inherit !important;
    min-height: 31px !important;
    min-width: inherit !important;
    width: 30px;
    height: 31px;
}

@media screen and (min-width: 768px)
{
    #album-main
    {
        margin-left: 1.564%;
        border: 1px solid #cecece;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px;
        max-width: 220px;
        float: left;
        margin-right: inherit;
    }
    #album-main img
    {
        max-height: 145px;
        min-width: 193px;
    }
    #album-main .play-icon img
    {
        max-height: inherit !important;
        min-height: 31px !important;
        min-width: inherit !important;
        width: 30px;
        height: 31px;
    }
}

@media screen and (min-width: 992px)
{
    #album-main
    {
        margin-left: 1.564%;
        border: 1px solid #e6bcaa;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px;
        max-width: 218px;
        float: left;
        margin-right: inherit;
    }
    #album-main img
    {
        min-height: 147px;
    }

}
@media screen and (min-width: 1200px)
{
    #album-main
    {
        max-width: 197px; /*max-width:180px \9;*/
    }
    #album-main img
    {
        max-height:195px;
        min-height:195px !important;
        min-width: 174px;
    }
    #album-main .play-icon img
    {
        max-height: inherit !important;
        min-height: 31px !important;
        min-width: inherit !important;
        width: 30px;
        height: 31px;
    }
}
