@charset "utf-8";
/* CSS Document */

:root {
    --border-color: #E9E9E9;
	--body-bg: #fff;
}
.mm-dark-theme {
    --border-color: #262626;
	--body-bg: #181818;
}

.mm-sepia-theme {
    --border-color: #E7D9C3;
	--body-bg: #F4ECD8;
}
.divider-border{
    margin-top: 12px; margin-bottom: 12px; border-bottom-width: 6px; border-bottom-style: double;  
    border-color: var(--border-color);width:100%;
}
#olympics-banner-iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 1280px;
    z-index: 1;
}
.olympics-banner-outer:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "Loading......";
    color: var(--black-color);
    font-family: verdana
}
.olympics-banner-outer {
    position: relative;
    width: 100%;
    padding-bottom: 7.8125%    ;
    background-color: var(--body-bg);
}
#olympics-story-iframe {
    margin-bottom: 0px;
    min-width: 100%;
    max-width: 100%;
    width: 200px;
    display: block;
    position: relative;
    z-index: 1;
    
    height: 121px;
}

@media only screen and (max-width:767px) {
    .olympics-banner-outer {
        height: auto;
        padding-bottom: 17.391304347826086% ;
    }
    #olympics-story-iframe{
        height: 96px;
    }
}

