.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media only screen and (max-device-width: 480px) {
    .customfont
    {
        font-size: 12px !important;
        margin-top: -350px !important;
    }
    .customnec
    {
       height: 300px !important;
       
    }
    .customdivforimg
    {
        height: 300px !important;
        width: auto !important;
    }
    .customdivforimg3
    {
        height: 250px !important;
        width: auto !important;
    }
    .customdivforimg2
    {
        height: 620px !important;
        width: auto !important;
    }
    .customfooter
    {
        margin-bottom: 10px !important;
    }
    .customnecfont
    {
         font-size: 14px !important;
        
    }
    .custommobile
    {
         position: relative;
    overflow: hidden;
    display: block;
        max-height: 150px !important;
        
    }
    .customimg
    {
        max-height: 200px !important;
    }

	}