.listing--podcast--block {
font-size: 0;
padding-bottom: 2.75%;
background-color: #FFF;
display: inline-block;
}

.listing--podcast--block iframe {
width: 1140px;
}

.listing--podcast--block--share, .listing--podcast--block--more {
width: 50%;
display: inline-block;
vertical-align: middle;
}

.listing--podcast--block--more {
text-align: right;
}

.listing--podcast--block--more a {
vertical-align: middle;
}

.listing--podcast--block--more a.et_pb_button {
	border: 1px solid #241f20;
	background-color: #241f20;
	color: #FFFFFF !important;
	z-index: 1;
}

.listing--podcast--block--more a.et_pb_button:before {
    background-color: #3f393a;
}

.listing--podcast--block--more a.et_pb_button:hover {
	background-color: #241f20;
}

@media screen and (max-width: 680px) {
.listing--podcast--block--share, .listing--podcast--block--more {
width: 100%;
}

.listing--podcast--block--more { 
text-align: left;
margin-top: 14px;
padding-bottom: 40px;
}

}