.video-lead-form {
	height:auto!important;
}
.video-lead-form input[type=submit] {
    cursor: pointer;
    width: 33%;
    color: transparent;
    position: relative;
}

#new_lead:after {
    content: "Submit";
    position: absolute;
    display: block;
    color: #000;
    bottom: 27px;
    left: 25px;
    pointer-events: none;
}
.page-video .browse-videos {
display:none;
}

.article-author-bio .author_image img {
	width:250px;
	height:auto;
}

span.fr-video.fr-deletable.fr-rv.fr-draggable  {
 height:unset;
}

.author-bio .email {
display:none;
}

@media (min-width: 0) and (max-width: 500px) {
	.article-author-bio .author_image img {
		width:100%;	
	}
}
