﻿.repertoire h3 {
    margin-bottom: -30px;
}


.repertoire-image {
    border-top: 0px;
    max-width: 1300px;
}


    .repertoire-image img {
        border-radius: 0px;
        box-shadow: unset;
    }
        .repertoire-image img:hover {
            ransform: translateY(-10px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
        }