.contents{position:relative;margin:15px 0}.botton-txt{display:flex;justify-content:center;transform:translateY(1000px);transition:.4s ease;background:#9f21a4;max-width:min-content;margin:auto;padding:15px 20px;border-radius:50%;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;left:50%;bottom:0}.screen:hover .botton-txt{transform:translate(-50%,0%)}.screen{width:100%;margin:auto;border:2px solid #ab1da3;border-radius:3px;line-height:0;cursor:n-resize;position:relative;overflow:hidden}.screen img{width:100%;object-fit:cover;object-position:top;height:350px;transition:8s all ease}.screen img:hover{object-position:bottom}.botton-txt svg{width:25px;height:35px;font-weight:600;fill:#fff}