/*
Theme Name: Spitzke Theme
Description: Spitzke Theme
Author: Championship Records
Author URI: http://championship-records.com
Text Domain: theme
*/

.CookieInfo_YT {
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.only-poster>.CookieInfo_YT {
    display: none;
}

@media (min-width: 769px) {

    /* Aligning width re/ commented-out LinkedIn Button */
    .section--form .form-group--btn {
        width: 100%;
    }
}

.youtube-video {
    width: 100%;
    display: block;
    position: relative;
}

@media (min-width: 769px) {
    .youtube-video {
        top: 50%;
        transform: translateY(-50%);
    }
}

.youtube-video:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}

.youtube-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .youtube-video .unmute-button {
        width: 10%;
        position: absolute;
        bottom: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 769px) {
    .youtube-video .unmute-button {
        width: 75px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 5%;
    }
}

.youtube-video .unmute-button #unmute-image-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.youtube-video .unmute-button #unmute-image-container:hover {
    width: 80%;
}