.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item {
    position: relative;
    overflow: hidden;
 margin: 5px;
    min-height: 300px;
    border: 1px solid #b3b3b3;
    padding-bottom: 70%;
}
.shares-blocks .block-element .block-element-link .block-element-img {
    position: relative;
    display: block;
    padding-top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.share .share-img .share-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: auto; 
    background-position: center;
    background-repeat: no-repeat;
}
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-logotype {
    display: block;
    width: 250px;
    text-decoration: none;
    color: #1d1d1d;
}

.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #ff6f00;
    color: #fff;
    border-radius: 3px;
    max-width: 70%;
    font-size: 20px;
    line-height: 1.7;
    text-decoration: none;
}