@charset "utf-8";
body,p,img{
    padding:0;
    margin:0;
}
img{
    vertical-align:top;
    max-width:100%;
}
body{
    width:100%;
    background-color: #fff;
    
}
.all{
    max-width:750px;
    margin:0 auto;
    text-align: center;
}
.cta{
    position:relative;
    
}
.cta a img{
    position:absolute;
    bottom:1%;
    left:50%;
    transform: translateX(-50%);
    max-width: 90%;
    transition:all 0.5s;
    
}
.cta a img:hover{
    opacity:0.8;
}
.fixed a img{
    position: fixed;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    
}