
.center-adt-container {
    display: block
    background: #FFFFFF;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    min-height: 0 !important;
}

.img-center-adt-container {
    display: block
    background: #FFFFFF;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0 !important;
}

.idx-center-adt-container {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    height: auto;
    border: 1px solid #8f8f8f;
    min-height: 0 !important;
    padding: 0;
    margin: 0;
}

.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;
    min-height: 0 !important;
 }

.adt-vertical-250-container {
    position: relative;
    overflow: hidden;
    width: 250px;
    min-height: 500px;
    height: auto;
    background: linear-gradient(to bottom, #5d5d65, #afb6c1);
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #d5dce8;
}
