#video-3 {
    height: 500px;
    padding-top: 250px;
    background: url("https://www.margheritapoliti.com/wp-content/uploads/2021/11/vidsfondo.png") no-repeat bottom center;
    background-size: cover;
}


#reviews-3 .bg-inner {
    width: 100%;
    background: url("https://www.margheritapoliti.com/wp-content/uploads/2021/11/books.png") no-repeat fixed center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.blog-post-avatar img {
    width: 54px;
    height: 54px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: none;
}


.blue-textured {
    width: 100%;
    background: url(../images/blue-textured.jpg) no-repeat fixed center center;
    background-size: cover;
    display: none;
}