<template>
<div class="dv-decoration-5">
<img src="./img/decoration.gif" />
</div>
</template>
<script>
export default {
name: 'Decoration5'
}
</script>
<style lang="less">
.dv-decoration-5 {
img {
width: 100%;
margin-top: -21%;
margin-bottom: -25%;
</style>