﻿.memberProfile
{
    border-radius: 2vw;
    background-color: var(--kawanaLightGrey);
    width: 60vw;
    box-sizing: border-box;
    margin: 2.5vw;
}

    .memberProfile .image img
    {
        border-top-left-radius: 2vw;
        border-top-right-radius: 2vw;
    }
    .memberProfile .content
    {
        position: relative;
        padding: 10vw 2.5vw 2.5vw 2.5vw;
        text-align: center;
    }
    .memberProfile .logo
    {
        position: absolute;
        top: -8.59375vw;
        left: 14vw;
        width: 39vw;
        height: 17.1875vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .memberProfile .logo img
        {
            background-color: white;
            box-shadow: 0px 0px 10px 10px white;
        }

.meetTheTeamSlidePrev,
.meetTheTeamSlideNext
{
    position: absolute;
    top: 45%;
    border: solid 2px #002664;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 2;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.85em;
    background-color: white;
}

.meetTheTeamSlidePrev
{
    left: 6%;
}

.meetTheTeamSlideNext
{
    right: 6%;
}

@media (min-width: 1280px)
{
    .memberProfile
    {
        border-radius: 25.6px;
        width: 768px;
        margin: 32px;
    }
        .memberProfile .logo
        {
            top: -110px;
            left: 230px;
            width: 500px;
            height: 220px
        }
        .memberProfile .content
        {
            position: relative;
            padding: 128px 32px 32px 32px;
        }
}
