#myCarousel .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 222px);
}


.ad-modal .modal-body  {
    height: auto;
    max-height: calc(100vh - 212px);
    overflow-y: scroll;
    font-size: 12px;
}

.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
}


.white-panel.tobeactivated {
    background-color: rgba(235, 255, 233, 0.56)
}

.white-panel.inactive {
    background-color: rgba(220, 219, 219, 0.43)
}
