/* public/css/user-profile.css */
.user-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.user-tabs li {
    flex: 1 1 auto;
    text-align: center;
}
.user-tabs li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-tabs li img {
    margin-bottom: 5px;
}
.blueimp-gallery>.slides>.slide>.video-content>img{
    object-fit: scale-down;
}
.video-portfolio .video{
    display: block!important;
}
.video-portfolio .video img {
    max-width: 100%;
    object-fit: scale-down;
}
.video-portfolio .video:before{
    left: 0;
    top: 0;
}
h1, h2, h3, h4{
   margin: 0
}
.user-profile__name{
   margin-bottom: 5px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}