.index-page {max-width: 1300px;width:100%;padding: 0 0;margin: 0 auto}
.index-page {
    height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.on-air-index {
    align-items: center;
}
.on-air-index span {
    margin-left: 10px;
}
.anchors-raw .anchor-r:after {
    content: ",";
    margin-right: 2px;
}
.anchors-raw .anchor-r:last-child:after{display:none}

.action-buttons {
    display: flex;
    margin: 0 -10px;
}.button-item {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    border: 2px solid;
    border-radius: 5px;
    letter-spacing: 1px;
    height: 63px;
    width: 196px;
    justify-content: center;
    margin: 0 10px;
    transition:all 0.3s ease;
}
.button-ico {
    height: 16px;
    line-height: 0;
    margin-right: 10px;
}.button-ico svg {
    width: auto;
    height: 100%;
}
.button-item.active-button {
    background-color: var(--orange);
    border-color: var(--orange);
}

@media screen and (min-width:1024px) {
.button-item:hover,
.button-item.active-button:hover {
    cursor:pointer;
    background-color: #FFF;
    border-color: #FFF;
    color:#00215B;
}
  
.button-item:hover svg path, 
.button-item:hover svg rect, 
.button-item.active-button:hover svg path,
.button-item.active-button:hover svg rect{
    fill:#00215B!important;
}
}
  
.inner-p-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content:space-between;
    padding:3rem 0;
}

.show-name-home{font-size:6rem}

/* .streaming-placeholder{opacity:0;visibility:hidden;display:none}
.streaming-placeholder.activate-ele{opacity:1;visibility:visible;display:block} */


.streaming-placeholder {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}.streaming-placeholder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hide-ele{opacity:0;visibility:hidden;display:none}


.button-ico .pauseicon {
    opacity: 0;
    display: none;
}
.var--playing .button-ico .playicon {
    opacity: 0;
    display: none;
}
.var--playing .button-ico .pauseicon {
    opacity: 1;
    display: block;
}

.wrap-ticker .ticker {
    width: 100%;
    font-size: 2rem;
}


@media screen and (max-width:1023px) {
.wrap-marquee {left: 0;font-size: 2rem;height: 4rem;line-height:4rem}
.home .show-placeholder {height:62vw}
.index-page {height: auto;padding-top:0;    padding-bottom: 4rem;}
.index-columns {flex-direction: column-reverse}
.on-air-index svg {width: 28px;height: auto}
.on-air-index span{font-size:16px}  
.inner-p-item{padding:20px}
.show-name-home{font-size:3.5rem;padding-bottom:5px;display:block}
.action-buttons{padding-top:2rem}
.button-ico{height:15px}  
.button-item {font-size: 15px;line-height: 18px;height: 45px}
  
}

.button-item.active-button {
    background-color: #0F2799;
    border-color: #8badf9;
}