.product_3d_showcase {
	width: 100%;
	margin-top: 20px;
	clear: both;
	float: left;
	overflow: auto;
}


.example_image {
	min-height: 355px;	
}

.product_ansicht_showcase .col1-3 {
    margin-left: 0px;
}

.product_ansicht_showcase .example_title {
    margin-top: 20px;
}

.product_ansicht_showcase .example_image {
    min-height: 0px;
    position: relative;
}

.product_ansicht_showcase .example_image a:hover .hover_icon{
    opacity: 1;
}


a.zoom-in{
	display:block;
	width:236px;
	height:122px;
	overflow:hidden;
	
}
a.zoom-in img{
	width:100%;
	transition: all 0.3s ease-in-out;
}

a.zoom-in:hover img{
	transform: scale(1.2,1.2);
}
/* product gallery */
.product_gallery_preview > a {
    display: block;
}
.product_gallery_thumbs {
    margin-top: 5px;
}
.product_gallery_thumb_container {
    display: block;
    width: 19%;
    float: left;
    margin-left: 1.2%;
    opacity: 0.5;
}
.product_gallery_thumb_container:first-child {
    margin-left: 0;
}
.product_gallery_thumb_container > a {
    width: 100%;
    display: block;
}
.product_gallery_thumb_img {
    width: 100%;
    height: auto;
    display: block;
}
.product_gallery_thumb_container.active {
    opacity: 1;
    outline: 1px solid #888484;
}
.product_gallery_preview {
    position: relative;
}
.product_gallery_preview {
    position: relative;
}
.gallery-temp-image , .preloadOverlay {
    position: absolute;
    top: 0;
    left: 0;
}
.preloadOverlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    background: #fff url('../../css/img/loading.gif') no-repeat center center;
}
.hover_icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent url('../resources/zoom_icon.png') no-repeat center center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.hover_icon_vr {
    background: transparent url('../resources/zoom_icon_vr.png') no-repeat center center;
    width: 56px;
    height: 56px;
}
.product_gallery_preview > a:hover .hover_icon {
  opacity: 1;
}
.gallery-temp-image {
    width: 100%;
    height: auto;
}
.video_samples_container {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 50px;
    text-align: center;
}
.video_samples_item_player {
    background-color: #333;
}
.option_details_container_wide {
    width: 100%;
}
.option_details_container_wide_img {
    width: 100%;
}
.option_details_container_wide_img > img {
    width: 100%;
}
.option_fp video{
    width: 100%;
}