.flowplayer .fp-controls {
    display: none;
}
.flowplayer .fp-time {
    display: none;
}

.video-disclaimer{
	font-family:arial;
	font-size: 10px;
	line-height: 17px;
	color: #58595b;
	padding-bottom:5px;
}

@media (min-width: 1200px) {
    /* .video-disclaimer{
        margin-top: 80px;
    } */
}

@media (max-width: 1199px) {
    .video-disclaimer{
        margin-top: 10px !important;
    }
}

.flowplayer {
    background-color:initial !important;
    background: url(https://www.lost-ways.net/statics/images/wild_lettuce_placeholder_click_to_play.jpg) center no-repeat !important;
    background-size: 85% !important;
}
p.smltxt{
    font-size:10px !important;
}
/* purchase button */

.purchase{
    color: rgb(255, 255, 255);
    background-color: rgb(239, 109, 0);
    border: 1px solid rgba(0,0,0,0.13);
    border-bottom: 4px solid rgba(0,0,0,0.13);
    font-size: 30px;
    margin:0 auto;
    display:block;
    width:490px;
    max-width:80%;
    border-radius: 3px;
}
.purchase:hover{
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
    text-decoration:none;
    color:#ffffff;
}
a:focus, a:hover{
    text-decoration:none;
    color:#ffffff;
}
.purchase p{
    padding:5px 5px;
    text-transform: uppercase;
    text-align:center;
    font-size:25px;
    font-weight:700;
}
.padding-height { 
    padding-top:50px;
}
p,li,a{
    font-family: 'Ubuntu', sans-serif;
    font-size:18px;
}
/*  */