div.iframe_wrap{	margin:10px;}iframe{	max-width:100%;} .modal {    position: fixed;    z-index: 999;    padding-top: 100px;    left: 0;    top: 0;    width: 100%;     height: 100%;    overflow: auto;    background-color: rgb(0,0,0);    background-color: rgba(0,0,0,0.6);} .modal-content {    position: relative;    background-color: #fefefe;    margin: auto;    padding: 0;    border: 1px solid #888;    max-width: 650px;    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);    -webkit-animation-name: animatetop;    -webkit-animation-duration: 0.4s;    animation-name: animatetop;    animation-duration: 0.4s} @-webkit-keyframes animatetop {	from {top:-300px; opacity:0}     to {top:0; opacity:1}}
@keyframes animatetop {    from {top:-300px; opacity:0}    to {top:0; opacity:1}}.modal-body {padding:44px 37px 15px;}div.close{background:url(//traderiverefc.org/wp-content/plugins/soundfaith-sermons-wordpress-plugin-1.0.2/images/closebox.png) no-repeat scroll 0 0 transparent;cursor:pointer;float:right;height:30px;position:absolute; right: 10px; top: 10px; width:30px;z-index:10}div.loader{background:url(//traderiverefc.org/wp-content/plugins/soundfaith-sermons-wordpress-plugin-1.0.2/images/loading.gif) no-repeat scroll 0 0 transparent;height:32px;width:32px;display:none;z-index:9999;top:60%;left:50%;position:absolute;margin-left:-10px;}