.elementor-57221 .elementor-element.elementor-element-cd77a84 > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-b4e5560 *//*home tile*/
.now-playing-tile{
    position:relative;
    height: 521px;
}

.now-playing-tile .currentShow-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background 2s linear;
    -webkit-transition: background 2s linear;
    -moz-transition: background 2s linear;
}

.now-playing-tile .currentShow-foreground {
    opacity: 100;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.5em;
}

.now-playing-tile .currentShow-overlay {
    position:absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(51deg, rgba(0,0,0,0.9556197478991597) 0%, rgba(0,0,0,0.7959558823529411) 54%, rgba(68,185,170,0.76234243697479) 54.05%, rgba(68,185,170,0.9332107843137255) 100%);
    background: -webkit-linear-gradient(51deg, rgba(0,0,0,0.9556197478991597) 0%, rgba(0,0,0,0.7959558823529411) 54%, rgba(68,185,170,0.76234243697479) 54.05%, rgba(68,185,170,0.9332107843137255) 100%);
    background: linear-gradient(51deg, rgba(0,0,0,0.9556197478991597) 0%, rgba(0,0,0,0.7959558823529411) 54%, rgba(68,185,170,0.76234243697479) 54.05%, rgba(68,185,170,0.9332107843137255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#44b9aa",GradientType=1);
}

.now-playing-tile .currentShow-name {
    font-size: 3.8em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: PT Sans Narrow;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.now-playing-tile .currentShow-name span {
    font-weight:400;
    letter-spacing: 0.00em;
    color: #FFFFFF;
}

.now-playing-tile .nextShow-name {
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-top: 10px;
    letter-spacing: 0.1em;
    margin-left: 2px;
    color: #44b9aa;
}

.now-playing-tile .currentShow-buttons {
    margin-top: 25px;
}

.now-playing-tile a.currentShowLink {
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 33%);
    border-radius:4px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
    font-size: 1.51em;
    line-height: 1em;
}
.now-playing-tile a.currentShowLink:hover {
    color: #44b9aa;
}/* End custom CSS */