.desclaimer-iframe[_ngcontent-ng-c420327235] {
    position: fixed;
    width: 604px;
    min-height: 220px;
    border: none;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none
}

@media screen and (max-width:768px) {
    .desclaimer-iframe[_ngcontent-ng-c420327235] {
        width: 100vw;
        height: auto;
        min-height: 220px
    }
}

@media screen and (max-width:576px) {
    .desclaimer-iframe[_ngcontent-ng-c420327235] {
        height: auto;
        min-height: 130px
    }
}