
.center-adt-container {
    background: #FFFFFF;
    align-self: stretch;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    max-height: 300px;
    height: auto;
}

.adt-image {
    width: 100%;
    height: auto;
}

.m-center-adt-container {
    background: #FFFFFF;
    align-self: stretch;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    max-height: 300px;
    height: auto;
    margin-top: 30px;
}
