#idaiframe {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 33%;
    height: 100%;
    border: none;
    background-color: #00000000;
}

@media only screen and (max-width: 1199.98px) {
    #idaiframe {
        width: 40%;
    }
}

@media only screen and (max-width: 991.98px) {
    #idaiframe {
        width: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
    #idaiframe {
        width: 100%;
    }
}

#idaiframebutton {
    position: fixed;
    right: 2vmin;
    bottom: 1vmin;
    width: 100px;
    height: 100px;
    border: none;
    background-color: #00000000;
}