#cookieModal {
    padding: 0 !important;
}
#cookieModal .modal-dialog {
    width: 100%;
    max-width: none;
    /*height: 100%;*/
    margin: 0;
    position:fixed;
    bottom:0;
}
#cookieModal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    #cookieModal .my-shield {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px; /* Half the height */
        margin-left: -50px; /* Half the width */
    }
    #cookieModal .shield-div {
        height: 70px;
    }
    #cookieModal .modal-content {
        text-align: left;
    }
}
