@charset "utf-8";

@media only screen and (min-width: 1019px) {

.wp-card {
    padding: 10px;
    border: 1px solid #eee;


	}
		
.wp-embed-featured-image img {
    width: 100%;
       height: 155px;
    border: none;
}
.wp-embed-featured-image{
	margin-bottom:0px;
}

p.wp-embed-heading{
	font-size:16px;
	margin-bottom:5px;
}
.wp-embed-footer{
	margin-top:0px;
}

.wp-embed-site-icon{
	width:15px;
	height:15px;
}
.wp-embed-site-title{
	font-size:13px;
}
.wp-embed-site-title a{
	padding-left:20px;
}
.wp-des{
    width: 70%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.wp-ep{
	    width: 30%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.wp-con{
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
	iframe.wp-embedded-content {
    width: 100%;
}
}
@media only screen and (max-width: 1018px) {
.wp-card{
	padding:10px;
	border:1px solid #eee;
	      

	    font-size: 12px;
}
.wp-embed-featured-image img {
    width: 100%;
       height: 155px;
    object-fit: contain;
    border: none;
    font-family: 'object-fit: contain; object-position: center top;'
}

.wp-embed-featured-image{
	margin-bottom:0px;
}

p.wp-embed-heading{
	font-size:16px;
	margin-bottom:5px;
}
.wp-embed-footer{
	margin-top:0px;
}

.wp-embed-site-icon{
	width:15px;
	height:15px;
}
.wp-embed-site-title{
	font-size:13px;
}
.wp-embed-site-title a{
	padding-left:20px;
}
.wp-des{
    width: 70%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.wp-ep{
	    width: 30%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.wp-con{
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
		iframe.wp-embedded-content {
    width: 100%;
}
}
