@charset "ut-8";

body,p,img{
    padding: 0;
    margin: 0;
}

img{
    vertical-align: bottom;
    max-width: 100%;
}

body{
    width: 100;
    background-color: antiquewhite;
}
.all{
    max-width: 750px;
    margin: 0 auto;
    

}

.cta{
    position: relative;
}

.cta a img{
    position: absolute;
    bottom: 8.5%;
    left: 50%;
    transform: translate(-50%);
    max-width: 83%;
    transition: all 0.5s;
    

}

.cta a img:hover{
    opacity: 0.8;
}

.fixd a img{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    transition: all 0.5s;
}

.fixd a img:hover{
    opacity: 0.8;
}



