#scroll-top{
   background:rgba(33, 88, 92,0.3);
   border-radius:100%;
}

#scroll-top:hover{
    background-color: #21585C;
}

#main #content-wrap{
    padding-top: 0 !important;
}

#main > .container{
    width:auto !important;
}

#site-header{
    display: none !important;
}

.tintro img {
    padding-right: 10px;
    flex-shrink: 0;
    object-fit: cover;
    height: 150px !important;
    width: 150px !important;
    transition: none;
    display: float;
    position: relative;
    border: 5px solid white;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 #ccc;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}