/* nuttery-panels-contrainer{
    min-height: 400px;
    height: 400px;
} */

.overflow-x-hidden {
    overflow-x: hidden;
}

@media only screen and (max-width:600px) {
    .fc_barca_video figure {
        height: 100% !important;
    }
}

.audio-div {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.audio-div #play,
.audio-div #pause {
    float: left;
    width: 24px;
    filter: invert(1);
    border: 1px solid;
    padding: 8px;
    border-radius: 50%;
}

.audio-div #play:hover,
.audio-div #pause:hover {
    cursor: pointer;
}

.audio-div #play {
    display: none;
}

video::-webkit-media-controls {
    display: none;
}


.socials-wrap .socials li{
width: 60px !important;
}

@media only screen and (max-width:600px){
    
.socials-wrap .socials li{
width: 90px !important;
}
.light-content .socials li a {
    color: #fff !important;
    width: 100%;
}

}