section[data-cattype="404"]{
	padding: 80px 0;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:cover !important;
}

section[data-cattype="83001"] ul.listImage li,
section[data-cattype="83001"] ul.listImage li .wrapper_image{
    width: 150px;
    height: 112px;
    border: none;
}
section[data-cattype="83001"] ul.listImage li{  margin: 10px;}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
  section[data-cattype="404"] {
      min-height: 300px;
      padding: 70px 0;
      background-size:cover !important;
  }
}

@media screen and (max-width: 767px) {
    section[data-cattype="404"] {
      min-height: 300px;
      padding: 70px 0;
      background-size:cover !important;
    }

	[data-cattype="404"] .col-sm-4{
		margin-bottom: 15px;
	}
}
   
}

