.mc_custpanel_inner {
    float: left;
    position: relative;
    overflow: hidden;
}
@media (max-width: 435px) {
    .mc_custpanel_inner {
        float: none !important;
        width: 100% !important;
        margin: 0 auto;
    }
}

.mc_hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .mc_hidden-xs {
        display: none !important;
    }
}

.mc_custpanel_header {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mc-header-mask {
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mc_custpanel_section {
    z-index: 5;
}

.mc_iconwrapper {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 13px;
    position: relative;
    z-index: 3;
}

.mc_iconwrapper i {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

.mc_iconwrapper span {
    font-size: 15px;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

.mc_custpanel_section h5 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    z-index: 3;
    max-height: 150px;
    overflow: hidden;
}

.mc_custpanel_section h4 a {
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    z-index: 3;
    max-height: 150px;
    overflow: hidden;
}

.mc_custpanel_section h4 a:hover {
    font-size: 16px!important;
}

.mc_custpanel_section h4.imagepanel {
    display: block;
    width: 100%;
    text-indent: 999999px;
    position: absolute;
    left: 0;
    top: 0;
}

.mc_custpanel_section h4.imagepanel a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 999999px;
}

.mc_custpanel_section h4.imagepanel:hover {
    cursor:pointer;
}

.mc_table_inner {
    position: relative;
}

.mc_table_inner video, .mc_table_inner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tweetings-header img {
    max-width: 120%;
    height: auto;
}
