.form{
	padding: 2 px;
	width:100%;
	margin:0 auto;
	height:auto;
	box-shadow: 0 0 0px;
	/*display: inline-block;*/
}
.form .col{
	width:47%;
	float: left;
	min-height:215px;
	/*border: solid 0px #ccc;*/
}
.form .col img{width:300px; height: auto;}
.form .data img{
    height:auto; width:230px;margin:2px;
}
.form .data{
	padding: 1px;
	width: 100%;
	height: auto;
	border: solid 0px #ccc;
	/*display: inline-block;*/
}
.form div{margin: 0px;}
.clear{clear: both;}
/*table {
    border-collapse: collapse;
    
}*/

.data img {
	/*margin: 15px;*/ float: left;
}

#filePhoto{
    position:absolute;
    width:90%;
    height:400px;
    top:-50px;
    left:0;
    z-index:2;
    opacity:0;
    cursor:pointer;
}

.uploader img{
    position:absolute;
    width:100%;
    height:352px;
    top:-1px;
    left:-1px;
    z-index:1;
    border:none;
}

div#show1 {
	background-color: #CCC; 
	min-height: 135px; 
	width: 100%; 
	padding: 1px; 
	box-sizing: border-box; 
	display: table-cell; 
}

show1 {
	height: 135px; 
	width: 231px; 
	background-color: #CCC; 
	float: left; 
	margin: 1px; 
	overflow: hidden; 
}

show1 img {
	width: 231px; 
	height: auto;
}

/*Multiple Upload CSS*/

/*.filename
{
display:inline-block;
vertical-align:top;
width:250px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}*/


    @media (max-width: 380px)
{
    .form .col img {width: 205px !important;}
    .form .data img{width:180px !important;}

}