/* animated bubble */

.animatedBtn {
    width: 275px;
    height: 275px;
    top: 170px;
    right: 200px;
    position: absolute;
    background-image: url('/files/img/kathrin-Luz-communication.webp');
    x-background-img: url('files/img/kathrin-Luz-communication.gif');
    background-size: contain;
    transform: rotate(15deg);
    border: 50%;
}
.animatedBtn2 {
    width: 275px;
    height: 275px;
    top: 170px;
    right: 200px;
    position: absolute;
    background-image: url('/files/img/luz-communication-back.webp');
    x-background-img: url('files/img/kathrin-Luz-communication.gif');
    background-size: contain;
    transform: rotate(7deg);
    border: 50%;
}

@media (max-width:1040px){
	.animatedBtn, .animatedBtn2 {
		width: 150px;
    	height: 150px;
    	right: 65px;
    	top: 130px;
	}
}
@media (max-width:641px){
	.animatedBtn, .animatedBtn2 {
		display: none;
		visibility: hidden;
	}
}