﻿.adModal .custom-modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.adModal .modal-dialog {
    max-width: 75%;
    margin: auto;
}

.adModal .carousel img {
    border-radius: 10px;
    max-height: 75vh;
    max-width: 100%;
}

@media(max-width:768px) {
    .adModal .modal-dialog {
        max-width: 95%;
    }
}
