.btn-primary {
margin-top:10px!important;
}

#block-teammemberswithoutbio .director-image img {
width: 100%;
position: initial;
}

#block-teammemberswithoutbio {
padding-left: 1.5em;
}

#block-teammemberswithoutbio {
padding-left: 1.5em;
margin-top: -15px;
}


@media screen and (max-width: 767px) {

.three-images img {
    width: 50%!important;
    float: left;
    height: auto;
    display: block;
}


.three-images.image-three img, .three-images img {
width: 100%!important;
float: none;
}


}

.sold-sponsorship {
    font-size: 2em;
    position: absolute;
    color: rgb(175, 33, 33);
    display: block;
    margin-left: 10%;
    transform: rotate(-10deg);
    font-weight: 700;
    letter-spacing: -.03em;
}

.sponsors-background {
    background-image: url("https://placerbusiness.com/sites/default/files/2023-03/sponsor-background-2.jpg");
    width: 100%;
    margin-left: 0;
    padding-bottom: 30%;
    padding: 0px 7% 0 7%;
    background-size: cover;
    margin-bottom: 50px;
}


.three-images img {
    width: 33.33%;
    float: left;
    height: auto;
    display: block;
}

#block-dcsummit2023leader h1, .h1 {
    font-size: 3.5em;
    margin-bottom: 2.25vw;
    margin-top: 0px;
    padding-bottom: 0px;
}

#block-dcsummit2023leader {
    -moz-animation: hadeafter 0s ease-in 10s forwards;
    -webkit-animation: hadeafter 0s ease-in 10s forwards;
    -o-animation: hadeafter 0s ease-in 10s forwards;
    animation: hadeafter 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    padding: 6% 9%;
    top: 0;
    left: 25px;
    background-color: rgb(111, 188, 190);
    color: white;
    -webkit-box-shadow: 10px 10px 25px 5px rgba(0,0,0,0.48); 
box-shadow: 10px 10px 25px 5px rgba(0,0,0,0.48);
z-index: 2500;
}

#block-dcsummit2023banner {
    padding: 35px;
    background-color: #126194;
    margin-bottom: 50px;
    color: white;
}

#block-dcsummit2023banner h1 {
    margin-top: -10px;
    margin-bottom: -30px;
}

#block-dcsummit2023banner h2 {
    color: #4d8cb4;
    margin-bottom: -10px;
}

#block-dcsummit2023banner a {
    color: #4d8cb4;
}

a.btn.btn-primary {
    color: white!important;
}

@keyframes hadeafter {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes hadeafter {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}