/*NOTIFICATION FEEDBACK SMALL*/
.notificationFeedbackSmall {
    /*position: fixed;*/
    /*left: 0;
    right: 0;*/
    /*width: 25%;*/
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .notificationFeedbackSmall {
        /*width: 90%;*/
    }
}

@media (max-width: 767px) and (orientation:landscape) {
    .notificationFeedbackSmall {
        width: auto;
        right: 5%;
        top: 5%;
        left: unset;

    }
}