#about.ms-a-format{
    /* width: 100%; */
}

#team.ms-a-format{
    margin-bottom: 30px;
    width: 96%;
    max-width: 1755px;
}

@media screen and (min-width: 1280px) {
    #team.ms-a-format{
        margin:0 auto;
        margin-top:40px;
    }
}


#team .ms-img{
    width: 100%;
}


body #team.ms-a-format{
	margin:0 auto !important
}


/* PRESS */

#press.ms-section{
    width: 90%;
    margin: auto;
    display: grid;
    padding: 20px 0;
    padding-bottom: 60px;
}

@media (min-width: 640px){
    #press.ms-section{
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px){
    #press.ms-section{
        padding: 0;
        padding-top: 65px;
    }
}

@media screen and (min-width: 166px){
    #press.ms-section{
        max-width: 1300px;
    }
}

#press.ms-section .ms-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px){
    #press.ms-section .ms-title{
        font-size: 32px;
        margin-bottom: 32px;
    }
}

.press-grid{
    display: grid;
    grid-gap: 4px;
    position: relative;
}

@media (min-width: 640px){
    .press-grid{
        grid-gap: 15px 30px;
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 1024px){
    .press-grid{
        grid-template-columns: repeat(3,1fr);
        grid-gap: 15px 30px;
    }
}

.press-wrapper{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid grey;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
}

.press-wrapper:hover {
    border: 1px solid black;
}

.press-image{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.press-image:after{
    display: block;
    padding-bottom: 56.25%;
    content: "";
}

.press-image img{
    padding: 19px 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(0.215,0.61,0.355,1);
}

.press-wrapper:hover .press-image img{
    transform: scale3d(1.05,1.05,1);
}

.press-content{
    /* height: 60px; */
    z-index: 1;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    width: 100%;
    padding: 10px;
    line-height: normal;
    text-align: center;
}

@media screen and (min-width: 1024px){
    .press-content{
        min-height: 95px;
    }
}

.press-content h2{
    white-space: break-spaces;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

#modalIframe .body_md{
    padding: 1rem;
}

@media screen and (min-width: 640px){
    .modal-iframe .modal_cm{
        width: 1024px;
    }
}

.modal-iframe iframe{
    height: 90vh;
    width: 100%;
}
