	ul.row {
	  padding:0 0 0 0;
	  margin:0 0 40px 0;
	}
	ul.row li {
	  list-style:none;
	  margin-bottom:10px;
	  font-size: 0.8em;
	}
	ul li img {
	  cursor: pointer;
	}
	.modal-body {
	  padding:0px !important;
	}
	.modal-content {
	  border-radius:0;
	}
	.modal-dialog img {
	  text-align:center;
	  margin:0 auto;
	}
	.controls {
		width:50px;
		display:block;
		font-size:12px;
		padding:4px;
		font-weight:normal;
		text-decoration:none;
	}
	.next {
		float:right;
		text-align:right;
	}
	.text {
		color:#666;
		font-size:11px;
		margin-bottom:10px;
		padding:12px;
		background:#fff;
	}
	/* override modal for demo only
	.modal-dialog {
	  max-width:500px;
	}
	@media screen and (min-width: 768px){
	  .modal-dialog {
		  width:500px;
	  }
	}
	*/

	@media screen and (max-width: 380px){
	 .col-xxs-12 {
	   width:100%;
	 }
	 .col-xxs-12 img {
	   width:100%;
	 }
	}