.floatingimg {
position:absolute;
right:-50px;
    top:50px;
}
@media(max-width:767px) {
.floatingimg {
display:none;
}}


