.sectionwebinar {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    color: black;
	font-size: 13px !important;
        padding: 1rem;
    background: #fff;
    text-align: center;
	border-style:solid;
	
}
.parawebinar {
    font-family: Arial;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}
sectionwebinar .webinar_speaker__image {
    border-radius: 50%;
    width: 100%;
    height: auto;
    position: relative;
    transition: transform .2s;
    -webkit-box-shadow: 0 2px 5px #000;
    box-shadow: 0 2px 5px #000;
}
.sectionwebinar .webinar_speaker__item {
    display: inline-block;
    text-align: center;
    height: 200px;
    width: 100px;
    margin: .2rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.webinar_speaker__company {
    font-size: 0.6rem;
    font-weight: 900;
    display: block;
}
.sectionwebinar .speaker__info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0.5rem;
    width: 100%;
    text-align: left;
    border-radius: 10px;
	color:white;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.sectionwebinar .speaker__name, .sectionwebinar .speaker__company {
    font-size: 0.8rem;
    font-weight: 900;
    display: block;
}
.section--shadow {
    -webkit-box-shadow: 0 2px 10px #000;
    box-shadow: 0 2px 10px #000;
}
.section--img {
    background: -webkit-gradient(linear, right top, left bottom, from(rgb( 4,92,116)), to(#045C74)), url(../img/placeholder--abstract.jpg) center center no-repeat;
    background: #045C74 url(../img/placeholder--abstract.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}