/* 
.floating-cta img {
	width: 300px !important;
	height: auto !important;
}


.floating-cta {
    position: fixed;
    top: 50%;
    right: -300px;
    width: 300px !important;
    height: auto;
    z-index: 1000000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.floating-cta button {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 0;
    border: 0;
    background-color: transparent !important;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
    border: 1px solid rgb(22, 22, 22) !important;
    text-align: center;
    padding-top: 2px;
    padding-left: 1px;
    font-family: arial;
    float: right;
    position: relative;
    top: 20px;
    right: 0;
}

.post-body iframe {
 width: 100% !important; 
}

.show-cta .floating-cta {
    opacity: 1;
    right: 50px;
}

 */