﻿.window-shades-header
{
    border: none !important;
}
.window-shades-header-text
{
    position: relative;
    top: 3px;
    left: 4px;
    font-size: 22px !important;
    color: #000;
    cursor: pointer !important;
}
.window-shades-nested
{
    margin-left: 5em;
}
.window-shades-nested li::before
{
    content: '○';
    position: absolute;
    top: -.02em;
    left: -1.1em;
    font-size: .9em;
}
.window-shades-close
{
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    margin-top: -85px;
    margin-left: 20px;
}
.window-shades-container
{
    margin-left: -.75rem !important;
}
.window-shades
{
}
.window-shades ul
{
    font-size: 1.1rem;
}
.window-shades li
{
    margin-bottom: .75rem !important;
}
.video-overlay-image
{
    display: inline-block;
    cursor: pointer;
}
.video-overlay-image img
{
    width: 100%; 
    height: auto; 
    border: 1px solid black
}
.video-overlay-image .img-top 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%; 
    height: auto; 
}
.video-overlay-image:hover .img-top 
{
    display: inline;
}
.section-button-container
{
    width: 80px;
    height: auto;
}

