section[data-cattype="5202"] {
	padding: 0;
	height: 400px;
	overflow: hidden;
}

[data-cattype="5202"] .overlay {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #fff;
	padding-top: 0px;
}

section.wrapper_breadcrumb.wrapper_middle {
  padding: 0;
}

[data-cattype="5202"] h1 {
  color: #fff;
}




ul.page-breadcrumb {
  padding: 10px 16px 0px 15px;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}

ul.page-breadcrumb li {
  display: inline;
}

ul.page-breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.page-breadcrumb li a span {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
}

ul.page-breadcrumb li a span:hover {
  color: #2da8ee;
}


ul.page-breadcrumb li:last-child a span {
  color: #2da8ee;
}

/* Typical laptop screen size*/

@media (max-width: 1400px) {}

/* Typical laptop screen size*/

@media (min-width: 1200px) and (max-width: 1450px)  {

section[data-cattype="5202"] {
	height: 300px;
}

[data-cattype="5202"] .overlay {
	padding-top: 50px;
}

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 980px) {}

/* Mobile screen size - landscape view */

@media (max-width: 767px) {}

/* Mobile screen size */

@media (max-width: 480px) {

section[data-cattype="5202"].wrapper_middle {
	padding: 0;
	height: 200px;
	overflow: hidden;
}
    
    
    [data-cattype="5202"] .overlay {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 200px;
	width: 100%;
	color: #fff;
	padding-top: 0;
    }




}