/*
Theme Name: Radius Child
Description: End Time Podcasts with Ron Catlett
Template: radius-parent
Version: 1.0.0
*/

.banner-text {color: #fff;
    text-shadow: 0 0 3px #000;
    background: rgba(204, 86, 30, .7);
    width: 95%;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.8em;
    padding: 6px;
border-radius: 3px;}

@media screen and (max-width:600px){
    .banner-text {font-size:16px;}
}