.wp-embed {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fff;
    border: 0;
    -webkit-box-shadow:  0 0 0 !important;
    box-shadow: 0 0 0 !important;
    overflow: auto;
    zoom: 1;
	/*border-top: 1px solid #888;
    border-bottom: 1px solid #888;*/
    padding: 10px 0;
}
.wp-embed, .wp-embed-share-input {
    font-family: 'Lora', Georgia, serif;
}
.wp-embed-heading,
.wp-embed-heading a {
	font-family: 'MillerHeadline-Bold', 'Lora', Georgia, serif;
    font-weight: normal;
    letter-spacing: .25px;
    color: #000;
}
.wp-embed-featured-image {
    margin-bottom: 0px;
    float: left;
    width: 220px;
    margin-right: 20px;
}
.wp-embed-footer {
    display: table;
    width: 0;
    margin-top: 0px;
    display: none;
}
p.wp-embed-heading {
    margin: -3px 0 7px;
}
.byline {
	font-weight: 700;
	font-style: italic;
	float: left;
	margin-right: 5px;
}
.wp-embed-share-dialog.hidden {
 	display: none !important;
 }
 .wp-embed-share-dialog {
	 display: none !important;
 }

 @media only screen and (max-width: 767px) {
 	.wp-embed-featured-image {
 	    margin-bottom: 15px;
 	    width: 100%;
 	    margin-right: 20px;
		max-width: 185px !important;
 	}
	.wp-embed-heading {
		font-size: 18px !important;
    	line-height: 1.1 !important;
	}
 }

@media only screen and (max-width: 600px) {
	.wp-embed-featured-image {
		margin-bottom: 0px !important;
		margin-right: 15px !important;
		max-width: 150px !important;
	}
	.wp-embed-excerpt {
		font-size: 13px;
		line-height: 17px;
	}
	.wp-embed-featured-image.square {
	    margin-right: 10px;
	}
}

@media only screen and (max-width: 530px) {
	.wp-embed-featured-image {
		margin-bottom: 0px !important;
		margin-right: 10px !important;
		max-width: 130px !important;
	}
	.wp-embed-excerpt {
		font-size: 12px;
		line-height: 17px;
	}
	.wp-embed-featured-image.square {
	    margin-right: 10px;
	}
}

@media only screen and (max-width: 430px) {
	.wp-embed-featured-image {
	    max-width: 90px !important;
	}
}