﻿/*topAdjust classes*/
.ImgAdjust
{
    width: 100%;
    height: 348px;
}
@media (max-width: 329px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 330px) and (max-width: 349px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 350px) and (max-width: 364px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 365px) and (max-width: 374px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 375px) and (max-width: 417px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 418px) and (max-width: 421px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 422px) and (max-width: 459px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 200px !important;
    }
}
@media (min-width: 460px) and (max-width: 520px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 170px !important;
    }
}
@media (min-width: 521px) and (max-width: 540px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 219px !important;
    }
}
@media (min-width: 541px) and (max-width: 594px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 219px !important;
    }
}
@media (min-width: 595px) and (max-width: 630px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 219px !important;
    }
}
@media (min-width: 631px) and (max-width: 660px)
{
    .ImgAdjust
    {
        width: 100%;
        /*height: 201px !important;*/
        height: 230px !important;
    }
}
@media (min-width: 661px) and (max-width: 730px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 230px !important;
    }
}
@media (min-width: 731px) and (max-width: 780px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 225px !important;
    }
}
@media (min-width: 781px) and (max-width: 830px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 225px !important;
    }
}
@media (min-width: 831px) and (max-width: 900px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 250px !important;
    }
}
@media (min-width: 901px) and (max-width: 940px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 250px !important;
    }
}
@media (min-width: 941px) and (max-width: 991px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 250px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 100% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1279px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 100% !important;
    }
}
@media (min-width: 1280px)
{
    .ImgAdjust
    {
        width: 100%;
        height: 100% !important;
    }
}
