* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    /* background-color: #333; */
    perspective: 800px;
    transform-style: preserve-3d;
}

.wrapper img {
    width: 300px;
    height: 168px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-top: -84px;
    margin-left: -150px;
    transition: all 0.5s ease-in-out;
}

.btn {
    width: 90px;
    height: 100%;
    padding-left: 30px;
}

.btn a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    color: #fff;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background-color: #008c8c;
    border-radius: 10px;
}