.imgwrapper .backborder{
    border: 2px solid black;
    display: flex;
    position: relative;
    top: -10px;
    left: 10px;
    transition: .5s ease;
}

.imgwrapper .backborder img{
    position: relative;
    width: 100%;
    top: 15px;
    left: -20px;
    /*aspect-ratio: 16 / 9;
    object-fit: cover;*/
    transition: .5s ease;
}