iframe.tfw-widget-iframe{
width: 100%;
border:none;
scrolling:yes;
} @media only screen and (max-width : 320px) { 
iframe.tfw-widget-iframe{
min-height: 940px;
}
}
@media only screen and (min-width : 321px) and (max-width : 516px){
iframe.tfw-widget-iframe{
min-height: 750px; 
}
}
@media only screen and (min-width : 517px) { 
iframe.tfw-widget-iframe{
min-height: 550px; 
}
} .tfw-floating-button{
opacity: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid;
z-index: 9999999;
background-color: #fff;
border-radius: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 46px;
width: 300px;
border-color: rgba(90,149,66,1);
color: rgba(90,149,66,1);
position: fixed;
bottom: 10px;
right: 10px;
}
.tfw-widget-link{
padding: 0 0 0 15px;
text-decoration: none;
color: rgba(90,149,66,1);
font-family: Raleway,sans-serif;
font-size: 0.9em;
width: 70%;
text-align: center;
}
.tfw-widget-link:hover{
font-weight: bold;
background: none !important;
}
.tfw-button-icon{
padding: 0 0px 0 25px;
border-left: 1px solid rgba(90,149,66,1);
}