.presenterWrapper{padding:0px 30px 0px 0px;}

.presenterProfile{
    position: relative;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.2);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 3px 5px 0px 0px rgba(0,0,0,.05);
    cursor: pointer;
    min-height:116px;}        

.presenterProfile.bigProfile{
    min-height: 180px;
    margin-bottom: 40px;
}

.presenterProfile:hover{
    box-shadow: 0px 0px 6px #FFD14B !important;
    margin-left: 1px;}

.presenterBody{
    width: 100%;
}

.presenterImage{
    border-radius:23px;
    padding: 10px;
    border: 3px solid #FFF;
    position: absolute;
    right: -19px;
    top: -3px;
    background-size: cover;
    height: 116px;
    width: 116px;
    display: block;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 60px;
    background-position: center center;
    background-color:#FFFFFF;}

.presenterImage.bigImage{height:200px;width:200px;}        

.presenterName{width:100%;}
.bigProfile .presenterName{font-size:17px !important;}

.presenterTitle{width:100%;} /* for widgets */
.presentersTitle, .presentersName{width:calc(100% - 100px)} /* for presenters page */
.presenterOrg{font-weight:normal;width:75%;}
.presentersOrg{font-weight:normal;width:calc(100% - 100px);}

.keynotePresenter{
    background: #ffe852;
    background: -moz-linear-gradient(top, #ffe852 0%, #ffd14b 100%);
    background: -webkit-linear-gradient(top, #ffe852 0%,#ffd14b 100%);
    background: linear-gradient(to bottom, #ffe852 0%,#ffd14b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe852', endColorstr='#ffd14b',GradientType=0 );
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 5px 9px 16px;
    color: #000000;}      


    /* .columns.presenterWrapper.presentersItems.four .presenterImage{
        position: unset !important;
    } */

    .presenterBodyImage{
        position: relative;
        display: block;
        /* justify-content: end; */
        margin: 0px -6px -50px 0px;
    }

    .presenterLargeImage{
        position: unset !important;
        margin-right: -2em !important;
        margin-top: -1em !important;
        width: 210px !important; 
        height: 210px !important;
    }