/*
Style 2 css will be for styling the product pages
*/
.main-body
{
    
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}


.img1
{
    display: block;
    width: 100%;
}
.img2
{
    display: block;
    float: left;
}
.img3
{
    display: block;
    float: right;
    width: 57%;
    height: 439px;
}

.img4
{
    display: block;
    width: 50%;
    height: 439px;
    float: left;
}
.img5
{
    display: block;
    width: 50%;
    height: 439px;
}