.show_ornament_top {
    position: fixed;
    z-index: 9999;
    top: 5px;
    left: 5px;
    width: 75px;
    height: 75px;
}

.show_ornament_bottom {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 5px;
    width: 150px;
    height: 150px;
}

.show_ornament_top img,
.show_ornament_bottom img {
    width: 100%;
}

@media(max-width: 991px) {
    .show_ornament_top { width: 40px; height: 40px; }
    .show_ornament_bottom { width: 75px; height: 75px; }
}

@media(max-width: 767px) {
    .show_ornament_top { display: none; }
    .show_ornament_bottom { display: none; }
    #flake{ display: none; }
}