﻿#aspects_webcam h2, #aspects_webcam h2 a {
    color: #5DBDCB !important;
}

#aspects_webcams h2, #aspects_webcams h2 a {
    color: #5DBDCB !important;
}

.webcam-wrapper .wrap.webcam-feed::before, .webcam-wrapper .wrap.webcam-feed::after {
    display: none;
}

.webcam-wrapper .wrap {
    width: 1200px;
    padding: 2rem 0;
}

    .webcam-wrapper .wrap.webcam-feed {
        display: grid;
        gap: 10px;
        max-width: 1200px;
        width: 100%;
    }

        .webcam-wrapper .wrap.webcam-feed .col {
            position: relative;
            font-size: 1.95rem;
            max-width: unset;
            width: auto;
            display: grid;
            height: auto;
        }

            .webcam-wrapper .wrap.webcam-feed .col .webcam-content {
                display: grid;
            }

            .webcam-wrapper .wrap.webcam-feed .col .fast-comments-widget-panel {
                display: grid;
                max-height: 454px;
            }

    .webcam-wrapper .wrap .col a {
        position: relative;
    }

        .webcam-wrapper .wrap .col a.webcam-image {
            display: flex;
        }

#aspects_webcam .webcam-wrapper .wrap .col a {
    padding-top: 0;
}
/* No breadcrumb  
.webcam-header .wrap .col { margin-top: 3%; }
*/

.webcam-preview {
    width: 100%;
    margin-top: 2rem;
}

.webcam-preview-title {
    margin-top: 1rem;
}

    .webcam-preview-title a {
        padding-top: 0 !important;
    }

.webcam-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    .webcam-content div {
        overflow: visible;
    }

    .webcam-content div, .webcam-content iframe {
        position: absolute !important;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .webcam-content .webcam-overlay {
        position: absolute;
        width: 230px;
        height: 53px;
        top: auto;
        left: auto;
        bottom: 10px;
        right: 10px;
        background: url(/assets/img/webcam-overlay.png) center no-repeat;
    }
.webcam-wrapper {
    padding: 0 40px;
    margin: 40px 0;
}

.webcam-wrapper .wrap .col a.fast-comments-login-message {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: grid;
    margin-left: 10px;
    max-width: 200px;
    display: flex;
    align-self: flex-end;
    top: -4px;
}

@media only screen and (min-width: 1051px) {
    .webcam-wrapper .wrap.webcam-feed {
        grid-template-columns: 2fr 1fr;
    }

        .webcam-wrapper .wrap.webcam-feed .col a.fast-comments-login-message {
            margin: 0;
            max-width: 100%;
        }
}

    .webcam-tabs {
        margin-top: 20px;
        margin-left: 0;
    }

    .play-button {
        max-width: 18%;
        position: absolute;
        top: 33%;
        left: 40%;
    }

    .newsletter-section {
        margin-bottom: 4em;
    }

        .newsletter-section p {
            display: inline-block;
            vertical-align: bottom;
        }

        .newsletter-section span {
            margin-right: 20px;
        }

        .newsletter-section img {
            display: inline-block;
            height: 80px;
            margin-right: 21px;
        }

    @media only screen and (min-width: 801px) {
        #comments-wrapper {
            height: 445px;
            max-height: 445px;
            overflow-x: hidden;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .webcam-header .wrap .col * {
            margin-bottom: 0;
        }
    }

    @media only screen and (max-width:800px) {
        #aspects_webcam .share-blog {
            margin-top: 10px;
        }

        .webcam-content {
            margin: auto;
        }

        .webcam-tabs {
            position: initial;
        }

        .webcam-header .wrap {
            padding-top: 2%;
        }

        .newsletter-section span {
            display: block
        }

        .newsletter-section p {
            text-align: center;
            vertical-align: unset;
        }

        .newsletter-section a {
            margin: 1em 0;
        }
    }

    @media only screen and (max-width:600px) {
        .newsletter-section img {
            display: none;
        }
    }

    @media only screen and (min-width:481px) {
        .webcam-tabs ul li a {
            font-size: 1.8rem;
        }
    }

    @media only screen and (max-width:480px) {
        .webcam-header h1 {
            line-height: 1.5em;
            margin: 0.5em 0;
        }
    }
