.container-fluid {
    padding: 0;
    max-width: 415px
}

.container-fluid .col-md-12 {
    padding: 0
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0
}

img.img-fluid.fixed-bottom {
    max-width: 415px;
    bottom: 0;
}

img.img-fluid.fixed-top {
    max-width: 415px;
}

/* PAGES */
.div-visit{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-visit a {
    position: absolute;
    height: 70px;
    width: 260px;
    top: 50vh;
    /* left: 18vw; */
    z-index: 1;
}
.wrape-btns a{
    height: 200px;
    width: 400px;
}

.btn-visit-yellow {
    background-image: url('../imgs/neuro-pro/CTA_Visit_US_web.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-visit-yellow:active {
    background-image: url('../imgs/neuro-pro/CTA_Visit_US_web_hover.png');
}