.pp_content_container .pp_inline .playpause {
  display: none;
}
.pp_content_container .pp_inline video {
  height: 100%;
  width: 100%;
}
.pp_content_container .pp_inline {
  height: 200px;
  width: 100%;
  position: relative;
}
/* --------------------- SVGs ----------------------------- */
/* black chefron*/
.igallery_container .svgblackchevrondown {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath fill='none' d='M-1-1h402v402H-1z'/%3E%3Cpath stroke='null' d='M373.8 154.2l-164 163.6q-4 4.2-9.8 4.2t-10-4.2L26.3 154.2q-4.2-4.2-4.2-10t4.4-10L63 97.5q4-4.2 9.8-4.2t10 4.2L200 215 317.3 97.5q4.2-4.2 10-4.2t9.8 4.2l37 36.5q4.3 4.3 4.3 10t-4.2 10.2z'/%3E%3C/svg%3E");
}
.igallery_container .playsvgblack{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='255.167' height='257.833' viewBox='0 0 255.167 257.833'%3E%3Ccircle fill='none' stroke='%23FFF' stroke-width='20' cx='132.05' cy='134.5' r='113.2'/%3E%3Cpath fill='%23FFF' d='M181.35 136.4l-83.2-36.7-.3 73 83.5-36.3z'/%3E%3Ccircle fill='none' stroke='%23000' stroke-width='20' cx='124.5' cy='124.5' r='113.2'/%3E%3Cpath d='M173.8 126.4L90.6 89.7l-.3 73 83.5-36.3z'/%3E%3C/svg%3E%0A");
}
.igallery_container .playsvgred{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250' viewBox='-49.5 50.5 250 250'%3E%3Ccircle fill='%23FFF' cx='75.5' cy='175.5' r='125'/%3E%3Ccircle fill='%23B20E10' cx='75.5' cy='175.5' r='122.5'/%3E%3Ccircle fill='%23FFF' cx='75.5' cy='175.5' r='107.5'/%3E%3Cpath fill='%23B20E10' d='M125.45 175.698l-83.027-36.62-.302 72.844 83.33-36.224z'/%3E%3C/svg%3E%0A");
}
.igallery_container .playbtnsvg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='255.167' height='257.833' viewBox='0 0 255.167 257.833'%3E%3Ccircle fill='none' stroke='%23FFF' stroke-width='20' cx='132.05' cy='134.5' r='113.2'/%3E%3Cpath fill='%23FFF' d='M181.35 136.4l-83.2-36.7-.3 73 83.5-36.3z'/%3E%3Ccircle fill='none' stroke='%23000' stroke-width='20' cx='124.5' cy='124.5' r='113.2'/%3E%3Cpath d='M173.8 126.4L90.6 89.7l-.3 73 83.5-36.3z'/%3E%3C/svg%3E");
}
/* ------------ backend button ----------- */
.igallery_container div.backendlink{
  height: 35px;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.igallery_container div.backendlink a span {
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: contain;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.igallery_container div.backendlink:hover a span {
  height: 35px;
  width: 35px;
}
.igallery_container .backendlink span.img_path {
  display: none;
  position:absolute;
  top: 100%;
  padding: 5px;
  border: 2px solid #bc3723;
  z-index: 5;
  background-color: #fff;
  width: 1000px;
  width: 66vw;
  max-width: 320px;
}
.igallery_container .backendlink:hover span.img_path {
  display: block;
}
.icon-magnifying2:before {
	/* svg MIT license, https://github.com/tabler/tabler-icons */
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="%23e45825" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0"></path><path d="M21 21l-6 -6"></path></svg>');
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: 0;
	height: 100%;
}
