/* Styles For Best Part
--------------------------------------------------*/

/* Hidden Elements
------------------------------*/
.best-all-link {
	display: block;
	position: absolute;
	font-size: 14px;
	color: blue;
	left: 540px;
	padding-top: 19px;
	text-align: right;
}

.best-price-label {
    font-size: 17px;
}

.best-price {
    display: block;
    position: absolute;
    text-align: left;
    top: 20px;
    right: 70px;
    padding-right: 10px;
    z-index: 2;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 41px;
    color: #000;
    text-shadow: 2px 2px 4px #999;
  
    width: auto;
	height: 38px;
	
	background-color: #FFD700;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #FFD700;

}

/* Makes the triangle */
.best-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #FFD700;
}

/* Makes the circle */
.best-price:after {
	content: "";
	background-color: black;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}


.youtubeParent {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtubeIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}