.contentarea img {
    height: auto;
}
.gallery .pics {
    margin: 5px;
}
.blog #main article {
    clear: both;
}
.blog .alignleft img {
    max-width: 320px;
    height: auto;
}
.single .alignleft img {
    max-width: 450px;
}
@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}
.loaded .contentarea {
    background: url(../images/homebg.jpg);
    background-size: auto;
    background-position: center top;
}
.webp .contentarea {
    background: url(../images/homebg.webp);
    background-size: auto;
    background-position: center top;
}
.contentarea {
    padding: 45px 0;
}
.contentarea .page-header {
    margin-bottom: 30px;
}
.contentarea .row {
    display: flex;
}
.contentarea .row.table {
    display: table;
}
.contentarea .row .row {
    width: 100%;
}
.gallery .pics {
    margin: 5px;
}
/*TRUST*/
.loaded .trust {
    background: url(../images/picbg.jpg);
    background-size: cover;
    background-position: center top;
}
.webp .trust {
    background: url(../images/picbg.webp);
    background-size: cover;
    background-position: center top;
}
.trust {
    min-height: 490px;
    padding-top: 95px;
    border-top: 5px solid #949493;
    padding-bottom: 35px;
    overflow: hidden;
    border-bottom: 5px solid #949493;
}
.home .trust {
    border: none;
}
.trust h1 {
    color: #666666;
}
.trust h2 {
    color: #666666;
    font-family: 'arnoc';
}
.trust .slidewrapper {
    margin-top: 25px;
}
/*Reviews*/
.trust .row .slidewrapper .row:first-child {
    height: 83px;
    display: table;
    position: relative;
}
.trust .row .slidewrapper .row:last-child {
    display: table;
    position: relative;
}
.trust .number-crumb-container .option {
    width: 15px;
    height: 15px;
    display: block;
    background: #ababaa;
    display: inline-block;
    margin-left: 7px;
    border-radius: 50px;
}
.trust .number-crumb-container .selected {
    background: #255699 !important;
}
.trust .number-crumb-container {
    z-index: 9;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}
h2.patient-name {
    margin-top: 35px;
    font-size: 25px;
}
#reviews {
    height: auto;
    padding-bottom: 35px;
    min-height: 220px;
}
/* RESPONSIVE 
-----------------------------------------------*/
@media screen and (min-width: 1026px) {
    .trust {
        padding-top: 95px;
    }
}
@media screen and (min-width: 1026px) and (max-width: 1200px) {
    .trust {
        min-height: 600px;
    }
}
@media screen and (max-width: 1025px) {
    .trust .columns {
        text-align: center;
    }
    .loaded .trust {
        background: url(../images/mobletrust.jpg);
        background-size: contain;
        background-position: center top;
    }
    .webp .trust {
        background: url(../images/mobletrust.webp);
        background-size: contain;
        background-position: center top;
    }
    .trust {
        padding: 35px 0;
    }
}
@media screen and (max-width: 607px) {
    .trust h1 {
        font-size: 30px;
        line-height: 35px;
    }
    #reviews {
        min-height: 370px;
    }
}
@media only screen and (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }
    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
}