.sbc-event-host {
    width: 414px;
}

.sbc-event-keynote-speaker {
    width: 461px;
    border-radius: 12px;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.22);
    margin-top: 90px;
}

.sbc-event-host,
.sbc-event-keynote-speaker {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.sbc-event-host__photo-wrapper {
    height: 373px;
}

.sbc-event-keynote-speaker__photo-wrapper {
    height: 331px;
}

.sbc-event-host__photo-wrapper {
    border: 1px solid #CFA44A;
}

.sbc-event-host__photo-wrapper,
.sbc-event-keynote-speaker__photo-wrapper {
    position: relative;
    border-bottom: none;
}

@media screen and (max-width: 450px) {
    .sbc-event-host__photo-wrapper {
        height: 80vw;
    }

    .sbc-event-keynote-speaker__photo-wrapper {
        height: 65vw;
    }

    .sbc-event-host,
    .sbc-event-keynote-speaker {
        width: auto;
    }
}

.sbc-event-host__photo-wrapper>img,
.sbc-event-keynote-speaker__photo-wrapper>img {
    object-fit: contain;
    width: 100%;
    position: absolute;
}

.sbc-event-host__photo-wrapper>img {
    top: -40px;
}

.sbc-event-keynote-speaker__photo-wrapper>img {
    border-radius: 12px;
}

.sbc-event-host__info {
    font-family: Lato;
    font-weight: 300;
    background: #0D130F;
    border: 1px solid #CFA44A;
    color: #D2A64B;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    padding: 0 42px;
    height: 78px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sbc-event-keynote-speaker__info {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    border-radius: 0 0 12px 12px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    height: 110px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

.sbc-event-host__name {
    font-size: 22px;
    line-height: 32px;
}

.sbc-event-keynote-speaker__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}

.sbc-event-keynote-speaker__name,
.sbc-event-keynote-speaker__title,
.sbc-event-keynote-speaker__company-name {
    z-index: 1;
}

.sbc-event-keynote-speaker__bottom-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    border-radius: 0 0 12px 12px;
}

.sbc-event-host__occupation {
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.sbc-event-host__company {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 5px 0;
}

.sbc-event-host img.corner-img:nth-of-type(1) {
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.sbc-event-host img.corner-img:nth-of-type(2) {
    position: absolute;
    right: -1px;
    bottom: -1px;
    transform: rotate(270deg);
}

@media screen and (max-width: 640px) {
    .sbc-event-keynote-speaker__name {
        font-size: 16px;
        line-height: 16px;
    }

    .sbc-event-keynote-speaker__info {
        font-size: 12px;
        line-height: 21px;
        padding: 10px 15px;
    }

    .sbc-event-keynote-speaker,
    .sbc-event-keynote-speaker__photo-wrapper>img {
        border-radius: 10px;
    }

    .sbc-event-keynote-speaker__info {
        border-radius: 0 0 10px 10px;
    }
}