.main-section{
    position: relative;
}
.dec_left_image1{
    position: absolute;
    top: 0;
    left: 0;
}

.dec_left_image2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px!important;
}


.dec_right_image1 {
    position: absolute;
    top: 24px;
    right: 0;
    width: 128px;
}
.dec_right_image2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    /*width: 128px;*/
}

@media screen and (max-width:480px)
{
	.breadcrumbs_container{
		    margin-top: -40px;
	}
}