
.twoclickvideo .button1 {
    background-color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #327c8c;
    font-family: Arial;
    font-size: 16px;
    padding: 14px 20px;
    text-decoration: none;
}

.twoclickvideo .button1:active {
    position: relative;
    top: 1px;
}

.twoclickvideo .center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    z-index: 1
}

.twoclickvideo .background-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(65%) sepia(15%) blur(4px);
    -webkit-filter: grayscale(65%) sepia(15%) blur(4px);
    -moz-filter: grayscale(65%) sepia(15%) blur(4px);
    z-index: -1;
    box-shadow: 0 0 5px 10px #555;
}

.twoclickvideo  .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 75, 90, 0.9);
    z-index: 0;
    overflow-y: auto;
}

.twoclickvideo .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.twoclickvideo .content-yt {
    z-index: 1;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    color: #fff;
    overflow-y: visible;
    box-sizing: border-box;
}

.twoclickvideo .content-yt h3 {
    color: #a6d3d9;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
}

.twoclickvideo .placeholder {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-color: rgba(0, 75, 90, 0.9);
}

.twoclickvideo .yt-uzl-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 180px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 1;
}

.twoclickvideo .yt-play-icon {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 100px;
    z-index: 1;
}

.twoclickvideo .hover-scale {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -ms-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

.twoclickvideo .hover-scale:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.twoclickvideo div.placeholder a {
    color: white;
    text-decoration: underline;
}

.twoclickvideo div.placeholder a.button1 {
    background-color: #0091a5;
    text-decoration: none;
    margin: 5px;
}
.twoclickvideo .content-yt .yt-title b {
    color: #a6d3d9;
}
/**
.twoclickvideo iframe {
    width: 100%;
    height: 466px;
}
*/

/** FIXES for uzl pages */
.twoclickvideo input {
    float: unset;
}
.twoclickvideo label {
    clear: unset;
    float: unset;
    width: unset;
}
.twoclickvideo .center-block {
    margin-right: auto;
    margin-left: auto;
}
.twoclickvideo .pull-right{
    float: right!important;
}