  	/* input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding: 0;
    left: 0;
} */
.container-fluid {
    padding-right: 0;
}
  	 @media only screen and (min-width : 540px)
            {  
    .carousel-inner{
	 width: 400px;
}
.carousel-item img {
    height: 400px;
}
}
  	.carousel-item img {
    object-fit: fill; // here
}
.carousel {
    position: relative;
    width: 100%;
}
.start2
{
    max-height: 350px;
    overflow-y: scroll;
}
.start1
{
    max-height: 350px;
    overflow-y: scroll;
}

@media only screen and (max-width : 540px)
            {  
  
.carousel-item img {
    height: 300px;
}
}