.zqms-icon {
    position: absolute;
    bottom: 2em;
    right: 2em;
}

.zqms-icon-img {
    width: 300px !important;
    height: 300px;
}

@media (max-width:1560px) {
    .zqms-icon-img {
        width: 200px !important;
        height: 200px;
        opacity: 1 !important;
    }
}

@media (max-width:1300px) {
    .zqms-icon-img {
        width: 150px !important;
        height: 150px;
        opacity: 1 !important;
    }
}

@media (max-width:950px) {
    .zqms-icon-img {
        width: 100px !important;
        height: 100px;
        opacity: 1 !important;
    }
}

@media (max-width:750px) {

    .zqms-icon {
        position: absolute;
        bottom: 90em;
        right: 2em;
    }

    .zqms-icon-img {
        width: 180px !important;
        height: 180px;
        opacity: 1 !important;
    }
}

@media (max-width:650px) {

    .zqms-icon {
        position: absolute;
        bottom: 70em;
        right: 2em;
    }

    .zqms-icon-img {
        width: 180px !important;
        height: 180px;
        opacity: 1 !important;
    }
}


@media (max-width:500px) {

    .zqms-icon {
        position: absolute;
        bottom: 60em;
        right: 2em;
    }

    .zqms-icon-img {
        width: 100px !important;
        height: 100px;
        opacity: 1 !important;
    }
}

@media (max-width:440px) {

    .zqms-icon {
        position: absolute;
        bottom: 50em;
        right: 2em;
    }

    .zqms-icon-img {
        width: 100px !important;
        height: 100px;
        opacity: 1 !important;
    }
}


@media (max-width:380px) {

    .zqms-icon {
        position: absolute;
        bottom: 40em;
        right: 2em;
    }

    .zqms-icon-img {
        width: 100px !important;
        height: 100px;
        opacity: 1 !important;
    }
}


@media (max-width:330px) {

    .zqms-icon {
        position: absolute;
        bottom: 35em;
        right: 1.5em;
    }

    .zqms-icon-img {
        width: 100px !important;
        height: 100px;
        opacity: 1 !important;
    }
}

