.photo-soft{
	margin-top:40px;
	margin-left : 0px;
	width:608px;
	height: 453px;
}
@media screen and (max-device-width: 480px) and (orientation:landscape),(max-device-width: 568px) and (orientation:landscape)
{
		.photo-soft{
			margin-left:0px;
			margin-top:0px;
			width:365px;
			height: 272px;
		}
}
	
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{

		.photo-soft{
			margin-left:0px;
			margin-top:50px;
			width:777px;
			height: 579px;
		}
}