/* EasyThree default styles */

/* Style the iframe container */
.iframeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 512px; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625 multiple by 100 to get % value) */
}

/* Style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: 512px;
}

/* Variations Swatches*/
.easyThreeImage {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	cursor:pointer;
	border-radius:10%;
	outline: 2px solid #fff;
	overflow: hidden;
}
.easyThreeImage.selected, .easyThreeImage:hover{
	outline: 2px solid #f70;
}

/* WooCommerce Fix */
.woocommerce table.variations tbody{
    display: block;
}