figure.photo-banner-wide-temp {
    margin-top: 0.5vw;
    padding: 3.5vw 6vw;
    width: 100%;
    position: relative;
}

figure.photo-banner-wide-temp a {
    width: 100%;
    height: 11vw;
    border-radius: 1vw;
    position: relative;
    overflow: hidden;
}

figure.photo-banner-wide-temp a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/**/

figure.photo-banner-normal-temp {
    width: 50%;
    position: relative;
}

figure.photo-banner-normal-temp a {
    width: 100%;
    height: 18vw;
    border-radius: 1vw;
    position: relative;
    overflow: hidden;
}

figure.photo-banner-normal-temp a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 450px) {
    figure.photo-banner-wide-temp {
        margin-top: 1.5vw;
    }

    figure.photo-banner-wide-temp a {
        border-radius: 2.5vw;
    }

    figure.photo-banner-normal-temp {
        margin: 1vw 0;
    }

    figure.photo-banner-normal-temp a {
        height: 33vw;
        border-radius: 2.5vw;
    }
}