﻿body {
}
@media (min-width:980px) and (max-width:1099px)
{
   
}
@media  (min-width:600px) and (max-width:979px)
{
   .WelcomeText{width:30%;}
   .OtherHolder{width:64%;}
   .DefaultSmallBlock img{width:150px;height:auto;}
   .BirthdayBlock{width:100%;margin-bottom:10px;clear:both;}
   .Purple,.Purple1{width:44%;margin:1%;border-left:solid 1px #ededed;}
   .DefaultSmallBlock{width:100%;height:auto;}
}
@media  (max-width:599px)
{
   .WelcomeText{width:96%;float:none;}
   .OtherHolder{float:none;width:100%;padding-top:30px;}
   .DefaultSmallBlock img{width:150px;height:auto;}
   .BirthdayBlock{width:100%;}
   .Purple,.Purple1{width:96%;margin:1%;border-left:solid 0px #ededed;}
   .jscarousal1-contents-horizontal1 img{width: 100%;height:100px; padding-bottom:5px;}
   .DefaultSmallBlock{width:100%;height:auto;}
}