/*PICTURE FRAMES*/

.product.has-default-attributes.has-children > .images {opacity:1;}

#layered_product_image_overlay_1 {
	width:100%; height:100%; top:0; left: 0; 
	background: url('/wp-content/uploads/2017/02/wood.png') no-repeat;
	background-position: center top+115px; 

}
#layered_product_image_overlay_2 {
	width:100%; height:100%; top:0; left: 0; 
	background: url('/wp-content/uploads/2017/02/smallimage.png') no-repeat; 
	background-position: center top+152px; 
	box-shadow: inset 0 0 2px #eee;
}
#layered_product_image {
	/*display:none;*/
	background: url('/wp-content/uploads/2017/02/view1.jpg') no-repeat center center; width:700px; height:700px;
	background-size:cover;
	max-width:100%;
}


@media (max-width:768px){

	#layered_product_image {
		background-image: url('') !important; width:100%; /*max-height:225px;*/
		background-size:cover;
		max-width:100%;
	}
	.main_framed_image, #pa_view, .variations-table label:first-of-type {display:none;}
	#layered_product_image_overlay_1 {
	/*	background: url('') no-repeat center top+0px;*/
	margin-top:-100px;
	}
	#layered_product_image_overlay_2 {
	/*background: url('') no-repeat center top+37px;*/ 
	}


	.swatch-anchor {max-width:100%; max-height: 100%;}
	.swatch-wrapper {width:85px; height:85px; }
}