﻿.SAwards_Base
{
    display: block;
    width: 1280px;
    height: auto;
}

.SAwards_MainThumbs
{
    float: right;
    width: 278px;
    height: 278px;
    margin: 20px;
    border: solid 1px #E0E0E0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.SAwards_MainThumbs_text
{
    width: 250px;
    height: 265px;
    padding: 15px 15px 0px 15px;
    margin-top: 280px;
    background-color: rgba(0,0,0,0.7);
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: White;
    direction: rtl;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.SAwards_MainThumbs:hover .SAwards_MainThumbs_text
{
    margin-top: 180px;
}



@media screen and (min-width:0px) and (max-width:1400px)
{
    .SAwards_Base
    {
        width: 960px;
    }
}
@media screen and (min-width:0px) and (max-width:1080px)
{
    .SAwards_Base
    {
        width: 640px;
    }
}
@media screen and (min-width:0px) and (max-width:760px)
{
    .SAwards_Base
    {
        width: 320px;
    }
}