/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2023 | 21:00:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



.overlay-background {
    height: 130px;
    z-index: 2;
}


.page-template-behind_the_notes .series_img img {
    width: 100%;
    height: auto;
    margin-bottom: 0px!important;
}


.subscription_div .post_title a {
    font-size: 25px!important;
}

.behind_notes .post_title a {
	color: #fff;
}
.post_title.member_name{
    position: absolute;
    bottom: 0;
	z-index: 3;
    color: #fff;
    font-size: 10px!important;
    padding: 15px;
}

.behind_notes .overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 9;
    align-items: center;
}


.subscription_div {
    position: relative;
}

.overlay-background {
    height: 130px;
    width: 398px;
    background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -o-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    top: auto!important;
}



.behind_notes .row.desktop_video iframe{
    display: block;
    margin-right: auto;
}

.behind_notes .row.desktop_video {
	    text-align: left!important;
}