.aspect-ratio-box {
    border: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    background: none;
    width: 100%;
    height: 0;
    position: relative;
}

.aspect-ratio-box__inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}