.btn-watch-all {
    position: absolute !important;
    top: 7px;
    right: 0;
}

@media (max-width: 767px) {
    .btn-watch-all {
        position: inherit !important;
        top: -30px;
    }
}