.view-search section#sp-main-body {
    padding-top: 200px;
}

#sp-header .logo {
    height: 76px;
    display: table;
    position: inherit;
    z-index: 10;
    top: 0px;
    left: -50px;
}
img.sp-default-logo.d-none.d-lg-block {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    top: -66px;
    left: -50px;
}



.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  background: #92278f;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper:hover .sp-simpleportfolio-img {
  opacity: 0.1;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0,0,0,0);
}

@media screen and (max-width: 900px) and (min-width: 320px) {
.sppb-slider-wrapper.varition-animation .slider-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    height: 250px;
    width: 200px;
}
}